summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-28 15:52:04 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-28 15:52:04 +0100
commit90bbd74d55adb70652ba35be71dc8bf3ccd6fc9a (patch)
treef46627abf27e08e319fd0b929580258bc3b79717
parent01ce378a08f949c2646cb46b471caee93476ec94 (diff)
Point to the version-specific documentation.
-rw-r--r--Cargo.toml2
-rw-r--r--buffered-reader/Cargo.toml2
-rw-r--r--core/Cargo.toml2
-rw-r--r--ffi-macros/Cargo.toml2
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--guide/Cargo.toml3
-rw-r--r--net/Cargo.toml2
-rw-r--r--openpgp-ffi/Cargo.toml2
-rw-r--r--openpgp/Cargo.toml2
-rw-r--r--sqv/Cargo.toml2
-rw-r--r--store/Cargo.toml2
-rw-r--r--tool/Cargo.toml2
12 files changed, 14 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c8e7c4e..a574d220 100644
--- a/Cargo.toml
+++ b/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/"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index a3f28e0c..59d548f5 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/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/buffered_reader"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/buffered_reader"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/core/Cargo.toml b/core/Cargo.toml
index cf62b7f8..0d4520b4 100644
--- a/core/Cargo.toml
+++ b/core/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/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_core"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index e913c2ee..38e658a6 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/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/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 833757d3..cff320f2 100644
--- a/ffi/Cargo.toml
+++ b/ffi/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/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 81ede751..52a3cdda 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -6,6 +6,9 @@ authors = [
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
+documentation = "https://docs.sequoia-pgp.org/0.5.0/guide/"
+homepage = "https://sequoia-pgp.org/"
+repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 82362982..ab6c0cb0 100644
--- a/net/Cargo.toml
+++ b/net/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/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index df891875..6a065a2b 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/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/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index bc06b91f..740e3495 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -8,7 +8,7 @@ authors = [
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/sequoia_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index d6d9b0c9..de71c357 100644
--- a/sqv/Cargo.toml
+++ b/sqv/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/sqv"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sqv"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 2cf074b3..0de9076f 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -8,7 +8,7 @@ authors = [
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/sequoia_store"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_store"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index bb0b534d..db2c3d18 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -8,7 +8,7 @@ authors = [
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/sq"
+documentation = "https://docs.sequoia-pgp.org/0.5.0/sq"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"