diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:28:47 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:28:47 +0100 |
commit | 8ef4e3904688b7050d3ce6b876ceef3d60ebcce8 (patch) | |
tree | 383fc07a3c19376b9c9dbcb70152b03ed6fabf38 | |
parent | aa74f1e98f978b4b740fe8e076768f3df6f35632 (diff) | |
download | nitrokey-rs-8ef4e3904688b7050d3ce6b876ceef3d60ebcce8.tar.gz nitrokey-rs-8ef4e3904688b7050d3ce6b876ceef3d60ebcce8.tar.bz2 |
Fix link to examples in README
docs.rs seems to support only versioned links to source files. This
patch replaces the link to docs.rs with a link to git.ireas.org to avoid
having to update the link with every release. (Note that the last
release already contained a link to the wrong version.)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ in the `LICENSES` directory. `libnitrokey` is licensed under the [LGPL-3.0][]. `nitrokey-rs` complies with [version 3.0 of the REUSE specification][reuse]. [API reference]: https://docs.rs/nitrokey -[examples]: https://docs.rs/crate/nitrokey/0.4.0/source/examples/ +[examples]: https://git.ireas.org/nitrokey-rs/tree/examples [`nitrocli`]: https://github.com/d-e-s-o/nitrocli/tree/master/nitrocli [Nitrokey udev rules]: https://www.nitrokey.com/documentation/frequently-asked-questions-faq#openpgp-card-not-available [`libnitrokey`]: https://github.com/nitrokey/libnitrokey |