Update doc location
This commit is contained in:
parent
6277635e5c
commit
ebbc44bb3f
|
|
@ -1,7 +1,7 @@
|
||||||
rust-openssl [](https://travis-ci.org/sfackler/rust-openssl)
|
rust-openssl [](https://travis-ci.org/sfackler/rust-openssl)
|
||||||
============
|
============
|
||||||
|
|
||||||
See the [rustdoc output](http://www.rust-ci.org/sfackler/rust-openssl/doc/openssl/).
|
See the [rustdoc output](https://sfackler.github.io/doc/openssl).
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#![crate_name="openssl"]
|
#![crate_name="openssl"]
|
||||||
#![crate_type="rlib"]
|
#![crate_type="rlib"]
|
||||||
#![crate_type="dylib"]
|
#![crate_type="dylib"]
|
||||||
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]
|
#![doc(html_root_url="https://sfackler.github.io/doc/openssl")]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue