diff --git a/sqlalchemy_utils/types/pg_composite.py b/sqlalchemy_utils/types/pg_composite.py index 8440ae5..35f3411 100644 --- a/sqlalchemy_utils/types/pg_composite.py +++ b/sqlalchemy_utils/types/pg_composite.py @@ -86,7 +86,7 @@ Arrays of composites .. _PostgreSQL composite types: - http://www.postgresql.org/docs/devel/static/rowtypes.html + http://www.postgresql.org/docs/current/static/rowtypes.html Related links: