diff options
| author | Steven Fackler <[email protected]> | 2014-04-27 23:23:14 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-04-27 23:23:14 -0700 |
| commit | b97fb8eec83c236008b79d1a6c97e4a484dc2824 (patch) | |
| tree | 98f046f73d80f97acea49d77a08503dcc0169839 | |
| parent | Update for attributes on match arms (diff) | |
| download | rust-openssl-b97fb8eec83c236008b79d1a6c97e4a484dc2824.tar.xz rust-openssl-b97fb8eec83c236008b79d1a6c97e4a484dc2824.zip | |
Update docs URL
| -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://www.rust-ci.org/sfackler/rust-openssl/doc")] +#![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")] extern crate libc; #[cfg(test)] |