aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Colglazier <[email protected]>2015-04-15 08:42:46 -0400
committerCarl Colglazier <[email protected]>2015-04-15 08:42:46 -0400
commitf006356d1d1ff68ad367f8b3592541492e7748a7 (patch)
treedbd4b7d25b3385cdf064d398e7200357adf03c2a
parentFix non-dtls tests (diff)
downloadrust-openssl-f006356d1d1ff68ad367f8b3592541492e7748a7.tar.xz
rust-openssl-f006356d1d1ff68ad367f8b3592541492e7748a7.zip
Fix documentation URL for openssl-sys.
-rw-r--r--openssl-sys/Cargo.toml2
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"