From 7559a4ffaa44185aeceed1f2d19db69534fdfa6d Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 25 Aug 2015 14:02:28 -0400 Subject: [PATCH] Update README with the correct links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3d8c176..e1b0b1e6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ bitcore-node add 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