From 26545d63a03c690189c955cbb380c24fae09c60a Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Tue, 20 Aug 2019 15:20:58 +0800 Subject: [PATCH] Update documentation link to point to latest documentation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"