summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-05-03 06:48:37 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-05-03 06:48:37 -0700
commita29c951ff13222b73a6336641a4bf52ec0ab96c3 (patch)
tree70175f5983d7c284951f8dd074e8d7079ec74fbc /Cargo.toml
parent0df9365e7f4d43de05b274ef7e1a85aa64ce2927 (diff)
downloadssh2-rs-a29c951ff13222b73a6336641a4bf52ec0ab96c3.zip
Update Cargo.toml doc url
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90e6d2c..4b9392e 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 = "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.