summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-04-23 11:47:45 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-04-23 11:47:45 -0700
commit0df9365e7f4d43de05b274ef7e1a85aa64ce2927 (patch)
tree41febe90baddddbecd03ead00c3d458110526fb2 /src
parentcd43ab91f3943ab972eedd2f9db3eb90add543d8 (diff)
downloadssh2-rs-0df9365e7f4d43de05b274ef7e1a85aa64ce2927.zip
Update doc url
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9a81cc7..b08915c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -124,7 +124,7 @@
//! // ...
//! ```
-#![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")]
+#![doc(html_root_url = "https://docs.rs/ssh2")]
#![allow(trivial_numeric_casts)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]