Fix doc root

This commit is contained in:
Steven Fackler 2015-05-13 16:31:27 -07:00
parent 8a9aa0c657
commit d723481f77
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![allow(dead_code)]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl-sys")]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc")]
extern crate libc;

View File

@ -1,4 +1,4 @@
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/openssl")]
#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc")]
#[macro_use]
extern crate bitflags;