mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-02 07:05:06 +02:00
fix(docs): links corrected (#2661)
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
parent
3e0ec78a61
commit
ce526012da
book/src
|
@ -121,7 +121,7 @@ alias kanidm="docker run ..."
|
||||||
The tools are available as a cargo download if you have a rust tool chain available. To install rust
|
The tools are available as a cargo download if you have a rust tool chain available. To install rust
|
||||||
you should follow the documentation for [rustup](https://rustup.rs/). These will be installed into
|
you should follow the documentation for [rustup](https://rustup.rs/). These will be installed into
|
||||||
your home directory. To update these, re-run the install command. You will likely need to install
|
your home directory. To update these, re-run the install command. You will likely need to install
|
||||||
additional development libraries, specified in the [Developer Guide](DEVELOPER_README.html).
|
additional development libraries, specified in the [Developer Guide](developers/readme.md).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install kanidm_tools
|
cargo install kanidm_tools
|
||||||
|
|
|
@ -78,7 +78,7 @@ If it is not working, you will see an error message:
|
||||||
Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }
|
Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information, see the [Troubleshooting](./pam_and_nsswitch.md#troubleshooting) section.
|
For more information, see the [Troubleshooting](pam_and_nsswitch/troubleshooting.md) section.
|
||||||
|
|
||||||
## nsswitch
|
## nsswitch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue