Commit 1aab7b3c authored by Steven Fackler's avatar Steven Fackler
Browse files

Merge pull request #199 from CarlColglazier/patch-1

Fix documentation URL for openssl-sys.
parents 9ab4c93a f006356d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>",
license = "MIT"
description = "FFI bindings to 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"
build = "build.rs"