Merge pull request #199 from CarlColglazier/patch-1
Fix documentation URL for openssl-sys.
This commit is contained in:
commit
1aab7b3c54
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue