Fix documentation URL for openssl-sys.

This commit is contained in:
Carl Colglazier 2015-04-15 08:42:46 -04:00
parent 8eb5db45bf
commit f006356d1d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
license = "MIT" license = "MIT"
description = "FFI bindings to OpenSSL" description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl" repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/openssl-sys" documentation = "https://sfackler.github.io/rust-openssl/doc/openssl_sys"
links = "openssl" links = "openssl"
build = "build.rs" build = "build.rs"