diff options
| author | Steven Fackler <[email protected]> | 2013-12-15 22:11:04 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-15 22:11:04 -0800 |
| commit | f00d3e14bca12a46d84168408282db352c7d5816 (patch) | |
| tree | 9f2c70b64064358fcf10d968b13baf51537c57fb | |
| parent | Switch from link to pkgid (diff) | |
| download | rust-openssl-f00d3e14bca12a46d84168408282db352c7d5816.tar.xz rust-openssl-f00d3e14bca12a46d84168408282db352c7d5816.zip | |
Fix doc root
| -rw-r--r-- | lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}; |