mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-19 15:33:54 +02:00
Fix path-relative links in documentation (#1478)
The documentation for integrations was not path relative and would 404 in all links to documentation. This fixes them by pointing to the parent directory
This commit is contained in:
parent
cac9095c91
commit
27f54c0e36
|
@ -42,7 +42,7 @@ systemctl status kanidm-unixd-tasks
|
|||
> provides supporting Kanidm's capabilities.
|
||||
|
||||
Both unixd daemons use the connection configuration from /etc/kanidm/config. This is the covered in
|
||||
[client_tools](./client_tools.md#kanidm-configuration).
|
||||
[client_tools](../client_tools.md#kanidm-configuration).
|
||||
|
||||
You can also configure some unixd-specific options with the file /etc/kanidm/unixd:
|
||||
|
||||
|
@ -119,8 +119,8 @@ passwd: compat kanidm
|
|||
group: compat kanidm
|
||||
```
|
||||
|
||||
You can [create a user](./accounts_and_groups.md#creating-accounts) then
|
||||
[enable POSIX feature on the user](./posix_accounts.md#enabling-posix-attributes-on-accounts).
|
||||
You can [create a user](../accounts_and_groups.md#creating-accounts) then
|
||||
[enable POSIX feature on the user](../posix_accounts.md#enabling-posix-attributes-on-accounts).
|
||||
|
||||
You can then test that the POSIX extended user is able to be resolved with:
|
||||
|
||||
|
|
Loading…
Reference in a new issue