From 8deac318d025dfcba21cae6eb4a16bfbe9513d9d Mon Sep 17 00:00:00 2001 From: Markus Richter Date: Fri, 9 Mar 2018 16:16:58 +0000 Subject: [PATCH] docs: Fix links for internal packages. dcrrpclient and dcrjson have been merged into dcrd. Adjust links accordingly. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 30860fe080..17f73a96a1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -199,9 +199,9 @@ information. * The Decred-related Go Packages: - * [dcrrpcclient](https://github.com/decred/dcrrpcclient) - Implements a + * [rpcclient](https://github.com/decred/dcrd/tree/master/rpcclient) - Implements a robust and easy to use Websocket-enabled Decred JSON-RPC client - * [dcrjson](https://github.com/decred/dcrjson) - Provides an extensive API + * [dcrjson](https://github.com/decred/dcrd/tree/master/dcrjson) - Provides an extensive API for the underlying JSON-RPC command and return values * [wire](https://github.com/decred/dcrd/tree/master/wire) - Implements the Decred wire protocol