Update README with the correct links.

This commit is contained in:
Braydon Fuller 2015-08-25 14:02:28 -04:00
parent 35405c9329
commit 7559a4ffaa
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bitcore-node add <module>
bitcore-node add https://github.com/yourname/helloworld
```
This will create a directory with configuration files for your node and install the necessary dependencies. Please see the [directory](doc/modules.md) for a partial list of modules for Bitcore Node. If you're interested in developing a module, please see the [Module Development Guide](doc/modules-development.md).
This will create a directory with configuration files for your node and install the necessary dependencies. If you're interested in developing a module, please see the [Module Development Guide](#modules).
## Build & Install