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"