Commit 855cff92 authored by Colin's avatar Colin Committed by Yt
Browse files

nixos/lemmy: fix documentation links

parent 4a124220
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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" ];