From f006356d1d1ff68ad367f8b3592541492e7748a7 Mon Sep 17 00:00:00 2001 From: Carl Colglazier Date: Wed, 15 Apr 2015 08:42:46 -0400 Subject: [PATCH] Fix documentation URL for openssl-sys. --- openssl-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", 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"