diff options
| author | Steven Fackler <[email protected]> | 2015-04-15 23:37:08 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-04-15 23:37:08 -0400 |
| commit | 1aab7b3c541b02c2771d028169833ceaad252ef2 (patch) | |
| tree | d66d6153c2bc11eb095dc4d52bdb2a23cb96fc7a | |
| parent | Merge pull request #200 from manuels/x509_pubkey (diff) | |
| parent | Fix documentation URL for openssl-sys. (diff) | |
| download | rust-openssl-1aab7b3c541b02c2771d028169833ceaad252ef2.tar.xz rust-openssl-1aab7b3c541b02c2771d028169833ceaad252ef2.zip | |
Merge pull request #199 from CarlColglazier/patch-1
Fix documentation URL for openssl-sys.
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 334216e9..5c37c054 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Alex Crichton <[email protected]>", 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" |