diff options
author | Alex Crichton <alex@alexcrichton.com> | 2018-05-03 06:48:37 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2018-05-03 06:48:37 -0700 |
commit | a29c951ff13222b73a6336641a4bf52ec0ab96c3 (patch) | |
tree | 70175f5983d7c284951f8dd074e8d7079ec74fbc | |
parent | 0df9365e7f4d43de05b274ef7e1a85aa64ce2927 (diff) | |
download | ssh2-rs-a29c951ff13222b73a6336641a4bf52ec0ab96c3.zip |
Update Cargo.toml doc url
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ keywords = ["ssh"] readme = "README.md" repository = "https://github.com/alexcrichton/ssh2-rs" homepage = "https://github.com/alexcrichton/ssh2-rs" -documentation = "http://alexcrichton.com/ssh2-rs" +documentation = "https://docs.rs/ssh2-rs" description = """ Bindings to libssh2 for interacting with SSH servers and executing remote commands, forwarding local ports, etc. |