Commit 5857889c authored by Steven Fackler's avatar Steven Fackler
Browse files

Switch docs to sfackler.com

octayn doesn't support rustpkg yet
parent c76e86f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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};