From 8ef4e3904688b7050d3ce6b876ceef3d60ebcce8 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 14 Jan 2020 18:28:47 +0100 Subject: 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.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8ce093e..9001193 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1