summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kjäll <alexander.kjall@gmail.com>2021-12-29 18:00:47 +0100
committerJustus Winter <justus@sequoia-pgp.org>2022-01-03 14:52:34 +0100
commitfdec62f32e48111fd2fc837cfb9b7d5a17db9ca6 (patch)
treec42704671a65116b1196ae375e9d5260290180d5
parent4d60e6c47aadcab95b31a6217776be43f3bc924c (diff)
ipc: Fix crate documentation.
- The documentation link seems to be hardcoded to the 0.25.0 version, that doesn't exist on the server. Replaced it with a working link.
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index f409943c..9e1dbd19 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -7,7 +7,7 @@ authors = [
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.25.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/sequoia_ipc/index.html"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"