From 5857889ceb62aebdd017dd20192d4a4b3006eba2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 15 Nov 2013 19:55:43 -0800 Subject: Switch docs to sfackler.com octayn doesn't support rustpkg yet --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.rs b/lib.rs index d5cfab7f..f834c14e 100644 --- a/lib.rs +++ b/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}; -- cgit v1.2.3