Commit f006356d authored by Carl Colglazier's avatar Carl Colglazier
Browse files

Fix documentation URL for openssl-sys.

parent 8eb5db45
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"