From b3d9e98fa178b2f8bf28c00a215eecee068e1b3e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 29 Jun 2014 13:58:39 -0700 Subject: Switch docs back over to rust-ci (again) --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.rs') diff --git a/lib.rs b/lib.rs index 10c0ab5a..840d439c 100644 --- a/lib.rs +++ b/lib.rs @@ -2,7 +2,7 @@ #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] -#![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")] +#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] extern crate libc; #[cfg(test)] -- cgit v1.2.3