From bf911311cb931d10223a9ed6a5a3135bd10e9113 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 12 Dec 2013 21:46:48 -0800 Subject: [PATCH] Move docs to github --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.rs b/lib.rs index 9b6e14f6..b55dd051 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://sfackler.com/doc/rust-ssl/")]; +#[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/rust-ssl/")]; use std::cast; use std::libc::{c_int, c_void, c_char};