Merge pull request #199 from CarlColglazier/patch-1

Fix documentation URL for openssl-sys.
This commit is contained in:
Steven Fackler 2015-04-15 23:37:08 -04:00
commit 1aab7b3c54
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"