summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-11-06 11:06:10 -0800
committerWez Furlong <wez@wezfurlong.org>2019-11-06 11:06:10 -0800
commitdcecdf19848c71c912c2acc93aabdf8365e7cd2c (patch)
tree52c7ca6e1a78b8cb4fe2428fe6b37b357f50ab88
parent8092e60d64e63fe628960a264bb72186b343e2f7 (diff)
downloadssh2-rs-dcecdf19848c71c912c2acc93aabdf8365e7cd2c.zip
fix cargo doc link
closes https://github.com/alexcrichton/ssh2-rs/issues/142
-rw-r--r--Cargo.toml2
-rw-r--r--libssh2-sys/Cargo.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4d6abb..a61337f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["ssh"]
readme = "README.md"
repository = "https://github.com/alexcrichton/ssh2-rs"
homepage = "https://github.com/alexcrichton/ssh2-rs"
-documentation = "https://docs.rs/ssh2-rs"
+documentation = "https://docs.rs/ssh2"
description = """
Bindings to libssh2 for interacting with SSH servers and executing remote
commands, forwarding local ports, etc.
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 6d23e78..da8abb2 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -6,6 +6,7 @@ links = "ssh2"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/ssh2-rs"
+documentation = "https://docs.rs/libssh2-sys"
description = "Native bindings to the libssh2 library"
[lib]