aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-15 22:11:04 -0800
committerSteven Fackler <[email protected]>2013-12-15 22:11:04 -0800
commitf00d3e14bca12a46d84168408282db352c7d5816 (patch)
tree9f2c70b64064358fcf10d968b13baf51537c57fb
parentSwitch from link to pkgid (diff)
downloadrust-openssl-f00d3e14bca12a46d84168408282db352c7d5816.tar.xz
rust-openssl-f00d3e14bca12a46d84168408282db352c7d5816.zip
Fix doc root
-rw-r--r--lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.rs b/lib.rs
index c70da302..ff759ec8 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,6 +1,6 @@
#[feature(struct_variant, macro_rules)];
#[pkgid="github.com/sfackler/rust-ssl"];
-#[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/rust-ssl/")];
+#[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/")];
use std::cast;
use std::libc::{c_int, c_void, c_char};