aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-04-27 23:23:14 -0700
committerSteven Fackler <[email protected]>2014-04-27 23:23:14 -0700
commitb97fb8eec83c236008b79d1a6c97e4a484dc2824 (patch)
tree98f046f73d80f97acea49d77a08503dcc0169839
parentUpdate for attributes on match arms (diff)
downloadrust-openssl-b97fb8eec83c236008b79d1a6c97e4a484dc2824.tar.xz
rust-openssl-b97fb8eec83c236008b79d1a6c97e4a484dc2824.zip
Update docs URL
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index 840d439c..10c0ab5a 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://www.rust-ci.org/sfackler/rust-openssl/doc")]
+#![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")]
extern crate libc;
#[cfg(test)]