Fix documentation URL for openssl-sys.
This commit is contained in:
parent
8eb5db45bf
commit
f006356d1d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue