Commit b97fb8ee authored by Steven Fackler's avatar Steven Fackler
Browse files

Update docs URL

parent 4e54038f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)]