Skip to content

Commit f3cf8b6

Browse files
tuxiqaeSagi Sarussi
authored andcommitted
nixos/kanidm: fix broken doc links
1 parent c73d9b1 commit f3cf8b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nixos/modules/services/security/kanidm.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ in
137137
default = { };
138138
description = lib.mdDoc ''
139139
Settings for Kanidm, see
140-
[the documentation](https://github.com/kanidm/kanidm/blob/master/kanidm_book/src/server_configuration.md)
140+
[the documentation](https://kanidm.github.io/kanidm/stable/server_configuration.html)
141141
and [example configuration](https://github.com/kanidm/kanidm/blob/master/examples/server.toml)
142142
for possible values.
143143
'';
@@ -155,7 +155,7 @@ in
155155
};
156156
description = lib.mdDoc ''
157157
Configure Kanidm clients, needed for the PAM daemon. See
158-
[the documentation](https://github.com/kanidm/kanidm/blob/master/kanidm_book/src/client_tools.md#kanidm-configuration)
158+
[the documentation](https://kanidm.github.io/kanidm/stable/client_tools.html#kanidm-configuration)
159159
and [example configuration](https://github.com/kanidm/kanidm/blob/master/examples/config)
160160
for possible values.
161161
'';
@@ -173,7 +173,7 @@ in
173173
};
174174
description = lib.mdDoc ''
175175
Configure Kanidm unix daemon.
176-
See [the documentation](https://github.com/kanidm/kanidm/blob/master/kanidm_book/src/pam_and_nsswitch.md#the-unix-daemon)
176+
See [the documentation](https://kanidm.github.io/kanidm/stable/integrations/pam_and_nsswitch.html#the-unix-daemon)
177177
and [example configuration](https://github.com/kanidm/kanidm/blob/master/examples/unixd)
178178
for possible values.
179179
'';

0 commit comments

Comments
 (0)