aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-12 21:46:48 -0800
committerSteven Fackler <[email protected]>2013-12-12 21:46:48 -0800
commitbf911311cb931d10223a9ed6a5a3135bd10e9113 (patch)
treed9fed113d90d358c504dc6386a6d9c288e33e771
parentMake MemBio interface safe (diff)
downloadrust-openssl-bf911311cb931d10223a9ed6a5a3135bd10e9113.tar.xz
rust-openssl-bf911311cb931d10223a9ed6a5a3135bd10e9113.zip
Move docs to github
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index 9b6e14f6..b55dd051 100644
--- a/lib.rs
+++ b/lib.rs
@@ -3,7 +3,7 @@
// Needed for rustdoc-ng
#[link(name="rust-ssl", vers="0.1",
package_id="github.com/sfackler/rust-ssl")];
-#[doc(html_root_url="http://sfackler.com/doc/rust-ssl/")];
+#[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/rust-ssl/")];
use std::cast;
use std::libc::{c_int, c_void, c_char};