Commit bf911311 authored by Steven Fackler's avatar Steven Fackler
Browse files

Move docs to github

parent e72290b0
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://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};