diff --git a/Cargo.toml b/Cargo.toml index 47e95af9..4cb8b739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-jsonrpc/" repository = "https://github.com/apoelstra/rust-jsonrpc/" -documentation = "https://www.wpsoftware.net/rustdoc/jsonrpc/" +documentation = "https://docs.rs/jsonrpc/" description = "Rust support for the JSON-RPC 2.0 protocol" keywords = [ "protocol", "json", "http", "jsonrpc" ] readme = "README.md"