about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/lemmy.nix
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2023-04-26 22:00:46 +0000
committerYt <happysalada@proton.me>2023-04-26 18:29:53 -0400
commit855cff92e043b9ab55d261108875faf0c1d18ab5 (patch)
tree0f263eb8e3c86c0eb5833e43b3f0eb6c6822903e /nixos/modules/services/web-apps/lemmy.nix
parent4a124220c58677864ea5108fd12a338de98af58d (diff)
downloadnixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar.gz
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar.bz2
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar.lz
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar.xz
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.tar.zst
nixlib-855cff92e043b9ab55d261108875faf0c1d18ab5.zip
nixos/lemmy: fix documentation links
Diffstat (limited to 'nixos/modules/services/web-apps/lemmy.nix')
-rw-r--r--nixos/modules/services/web-apps/lemmy.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/web-apps/lemmy.nix b/nixos/modules/services/web-apps/lemmy.nix
index af0fb38121a3..f48afd98a6c9 100644
--- a/nixos/modules/services/web-apps/lemmy.nix
+++ b/nixos/modules/services/web-apps/lemmy.nix
@@ -156,8 +156,8 @@ in
         };
 
         documentation = [
-          "https://join-lemmy.org/docs/en/administration/from_scratch.html"
-          "https://join-lemmy.org/docs"
+          "https://join-lemmy.org/docs/en/admins/from_scratch.html"
+          "https://join-lemmy.org/docs/en/"
         ];
 
         wantedBy = [ "multi-user.target" ];
@@ -185,8 +185,8 @@ in
         };
 
         documentation = [
-          "https://join-lemmy.org/docs/en/administration/from_scratch.html"
-          "https://join-lemmy.org/docs"
+          "https://join-lemmy.org/docs/en/admins/from_scratch.html"
+          "https://join-lemmy.org/docs/en/"
         ];
 
         wantedBy = [ "multi-user.target" ];