diff --git a/docs/reference/datatypes.md b/docs/reference/datatypes.md index 42eb4cff9b..7b9edf56e4 100644 --- a/docs/reference/datatypes.md +++ b/docs/reference/datatypes.md @@ -62,7 +62,7 @@ type Author struct { ## Enums -PostgreSQL [enums](https://www.postgresql.org/docs/current/arrays.html) are +PostgreSQL [enums](https://www.postgresql.org/docs/current/datatype-enum.html) are mapped to an aliased string type. ```sql