aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-01-18 14:55:37 -0800
committerSteven Fackler <[email protected]>2014-01-18 14:55:37 -0800
commit37240b51f5c45f6d585b6ae0406eff6802dd6c17 (patch)
treeb4ba1b2b0479b92d75fbec745c65faaf2b01c3ea
parentEnable automatic doc upload (diff)
downloadrust-openssl-37240b51f5c45f6d585b6ae0406eff6802dd6c17.tar.xz
rust-openssl-37240b51f5c45f6d585b6ae0406eff6802dd6c17.zip
Switch doc link to rust-ci
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index 7a22cc80..155bac68 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,7 +1,7 @@
#[feature(struct_variant, macro_rules)];
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
#[crate_type="lib"];
-#[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 mod extra;