From dcecdf19848c71c912c2acc93aabdf8365e7cd2c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 6 Nov 2019 11:06:10 -0800 Subject: fix cargo doc link closes https://github.com/alexcrichton/ssh2-rs/issues/142 --- Cargo.toml | 2 +- libssh2-sys/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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] -- cgit v1.2.3