Update doc location

This commit is contained in:
Steven Fackler 2014-10-26 13:10:57 -07:00
parent 6277635e5c
commit ebbc44bb3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
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
--------

View File

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