From 0df9365e7f4d43de05b274ef7e1a85aa64ce2927 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 23 Apr 2018 11:47:45 -0700 Subject: Update doc url --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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))] -- cgit v1.2.3