From 829af06dab0ae062e6bfd364af422f7500b042c9 Mon Sep 17 00:00:00 2001 From: sherlach <68379649+sherlach@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:20:44 +1100 Subject: [PATCH] docs: Fixed incorrect link in datatypes.md --- docs/reference/datatypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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