Update docs URL

This commit is contained in:
Steven Fackler 2014-04-27 23:23:14 -07:00
parent 4e54038ffc
commit b97fb8eec8
1 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -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)]