aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 56f94a06..acb9b636 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
rust-openssl [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl)
============
-See the [rustdoc output](http://www.rust-ci.org/sfackler/rust-openssl/doc/openssl/).
+See the [rustdoc output](https://sfackler.github.io/doc/openssl).
Building
--------
diff --git a/src/lib.rs b/src/lib.rs
index edc8a2a5..14b23d60 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,7 +2,7 @@
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]
-#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]
+#![doc(html_root_url="https://sfackler.github.io/doc/openssl")]
extern crate libc;
#[cfg(test)]