Switch doc link to rust-ci
This commit is contained in:
parent
7bae19741e
commit
37240b51f5
2
lib.rs
2
lib.rs
|
|
@ -1,7 +1,7 @@
|
||||||
#[feature(struct_variant, macro_rules)];
|
#[feature(struct_variant, macro_rules)];
|
||||||
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
|
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
|
||||||
#[crate_type="lib"];
|
#[crate_type="lib"];
|
||||||
#[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")];
|
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];
|
||||||
|
|
||||||
extern mod extra;
|
extern mod extra;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue