Fix a couple of links in main README.md.

This commit is contained in:
Dave Collins 2015-02-08 12:07:23 -06:00
parent 29d3b1ff08
commit 1185b8632a

View file

@ -197,12 +197,13 @@ information.
[btcjson](https://github.com/btcsuite/btcjson)) [btcjson](https://github.com/btcsuite/btcjson))
* [wire](https://github.com/btcsuite/btcd/tree/master/wire) - Implements the * [wire](https://github.com/btcsuite/btcd/tree/master/wire) - Implements the
Bitcoin wire protocol Bitcoin wire protocol
* [blockchain](https://github.com/btcsuite/btcd/blockchain) - Implements * [blockchain](https://github.com/btcsuite/btcd/tree/master/blockchain) -
Bitcoin block handling and chain selection rules Implements Bitcoin block handling and chain selection rules
* [txscript](https://github.com/btcsuite/btcd/tree/master/txscript) - * [txscript](https://github.com/btcsuite/btcd/tree/master/txscript) -
Implements the Bitcoin transaction scripting language Implements the Bitcoin transaction scripting language
* [btcec](https://github.com/btcsuite/btcec) - Implements support for the * [btcec](https://github.com/btcsuite/btcd/tree/master/btcec) - Implements
elliptic curve cryptographic functions needed for the Bitcoin scripts support for the elliptic curve cryptographic functions needed for the
Bitcoin scripts
* [database](https://github.com/btcsuite/btcd/tree/master/database) - * [database](https://github.com/btcsuite/btcd/tree/master/database) -
Provides a database interface for the Bitcoin block chain Provides a database interface for the Bitcoin block chain
* [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific