about summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 22:49:27 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-11-20 14:44:23 +0100
commit515ce669bcd98d25d0be99e8f6687f1913f057fc (patch)
treeda5c1a8c849ba7b5a779981eaa4f405191c38e3e /nixos/modules/services/databases
parent26f4cc0eb06b87be437f46f26063acb0a60e3025 (diff)
nixos/postgresql: point doc link to current like all others
Diffstat (limited to 'nixos/modules/services/databases')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index a9067d5974a95..fe2addf2b0b4d 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -409,7 +409,7 @@ in
         default = {};
         description = lib.mdDoc ''
           PostgreSQL configuration. Refer to
-          <https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
+          <https://www.postgresql.org/docs/current/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
           for an overview of `postgresql.conf`.
 
           ::: {.note}