Skip to content

Commit

Permalink
docs: Fixed incorrect link in datatypes.md (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlach committed Mar 14, 2024
1 parent 6069888 commit 94e5780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e5780

Please sign in to comment.