From 1185b8632a5e81aeff0fc23aced3e663328b00e5 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 8 Feb 2015 12:07:23 -0600 Subject: [PATCH] Fix a couple of links in main README.md. --- docs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9c743536..288bcbe0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -197,12 +197,13 @@ information. [btcjson](https://github.com/btcsuite/btcjson)) * [wire](https://github.com/btcsuite/btcd/tree/master/wire) - Implements the Bitcoin wire protocol - * [blockchain](https://github.com/btcsuite/btcd/blockchain) - Implements - Bitcoin block handling and chain selection rules + * [blockchain](https://github.com/btcsuite/btcd/tree/master/blockchain) - + Implements Bitcoin block handling and chain selection rules * [txscript](https://github.com/btcsuite/btcd/tree/master/txscript) - Implements the Bitcoin transaction scripting language - * [btcec](https://github.com/btcsuite/btcec) - Implements support for the - elliptic curve cryptographic functions needed for the Bitcoin scripts + * [btcec](https://github.com/btcsuite/btcd/tree/master/btcec) - Implements + support for the elliptic curve cryptographic functions needed for the + Bitcoin scripts * [database](https://github.com/btcsuite/btcd/tree/master/database) - Provides a database interface for the Bitcoin block chain * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific