diff options
| author | Steven Fackler <[email protected]> | 2014-06-29 13:58:39 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-06-29 13:58:39 -0700 |
| commit | b3d9e98fa178b2f8bf28c00a215eecee068e1b3e (patch) | |
| tree | 364d7404a52fc66132b42fadf2dea05f195ddc94 /lib.rs | |
| parent | Update for * -> *const change (diff) | |
| download | rust-openssl-b3d9e98fa178b2f8bf28c00a215eecee068e1b3e.tar.xz rust-openssl-b3d9e98fa178b2f8bf28c00a215eecee068e1b3e.zip | |
Switch docs back over to rust-ci (again)
Diffstat (limited to 'lib.rs')
| -rw-r--r-- | lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] -#![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 crate libc; #[cfg(test)] |