Move docs to github

This commit is contained in:
Steven Fackler 2013-12-12 21:46:48 -08:00
parent e72290b056
commit bf911311cb
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://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};