Switch docs to sfackler.com

octayn doesn't support rustpkg yet
This commit is contained in:
Steven Fackler 2013-11-15 19:55:43 -08:00
parent c76e86f416
commit 5857889ceb
1 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -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};