Skip to content

Commit 94e5780

Browse files
authored
docs: Fixed incorrect link in datatypes.md (#3271)
1 parent 6069888 commit 94e5780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/datatypes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Author struct {
6262

6363
## Enums
6464

65-
PostgreSQL [enums](https://www.postgresql.org/docs/current/arrays.html) are
65+
PostgreSQL [enums](https://www.postgresql.org/docs/current/datatype-enum.html) are
6666
mapped to an aliased string type.
6767

6868
```sql

0 commit comments

Comments
 (0)