Switch docs to sfackler.com
octayn doesn't support rustpkg yet
This commit is contained in:
parent
c76e86f416
commit
5857889ceb
2
lib.rs
2
lib.rs
|
|
@ -3,7 +3,7 @@
|
|||
// Needed for rustdoc-ng
|
||||
#[link(name="rust-ssl", vers="0.1",
|
||||
package_id="github.com/sfackler/rust-ssl")];
|
||||
#[doc(html_root_url="http://docs.octayn.net/rust-ssl/")];
|
||||
#[doc(html_root_url="http://sfackler.com/doc/rust-ssl/")];
|
||||
|
||||
use std::cast;
|
||||
use std::libc::{c_int, c_void};
|
||||
|
|
|
|||
Loading…
Reference in New Issue