diff options
| author | Carl Colglazier <[email protected]> | 2015-04-15 08:42:46 -0400 |
|---|---|---|
| committer | Carl Colglazier <[email protected]> | 2015-04-15 08:42:46 -0400 |
| commit | f006356d1d1ff68ad367f8b3592541492e7748a7 (patch) | |
| tree | dbd4b7d25b3385cdf064d398e7200357adf03c2a | |
| parent | Fix non-dtls tests (diff) | |
| download | rust-openssl-f006356d1d1ff68ad367f8b3592541492e7748a7.tar.xz rust-openssl-f006356d1d1ff68ad367f8b3592541492e7748a7.zip | |
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" |