aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index d5cfab7f..f834c14e 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://docs.octayn.net/rust-ssl/")];
+#[doc(html_root_url="http://sfackler.com/doc/rust-ssl/")];
use std::cast;
use std::libc::{c_int, c_void};