summaryrefslogtreecommitdiff
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
parentcd43ab91f3943ab972eedd2f9db3eb90add543d8 (diff)
downloadssh2-rs-0df9365e7f4d43de05b274ef7e1a85aa64ce2927.zip
Update doc url
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e5a2d8..f234153 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/ssh2-rs)
[![Build Status](https://ci.appveyor.com/api/projects/status/dwc9c26tfdpg52on?svg=true)](https://ci.appveyor.com/project/alexcrichton/ssh2-rs)
-[Documentation](http://alexcrichton.com/ssh2-rs/ssh2/index.html)
+[Documentation](https://docs.rs/ssh2)
Rust bindings to libssh2
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))]