diff options
| author | Steven Fackler <[email protected]> | 2014-01-18 14:55:37 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-01-18 14:55:37 -0800 |
| commit | 37240b51f5c45f6d585b6ae0406eff6802dd6c17 (patch) | |
| tree | b4ba1b2b0479b92d75fbec745c65faaf2b01c3ea | |
| parent | Enable automatic doc upload (diff) | |
| download | rust-openssl-37240b51f5c45f6d585b6ae0406eff6802dd6c17.tar.xz rust-openssl-37240b51f5c45f6d585b6ae0406eff6802dd6c17.zip | |
Switch doc link to rust-ci
| -rw-r--r-- | lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |