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

Update doc location

parent 6277635e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
rust-openssl [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](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
--------
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#![crate_name="openssl"]
#![crate_type="rlib"]
#![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;
#[cfg(test)]