From fa79e694cf29282510dbb7f86c7ec334839ea113 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 5 Jul 2016 10:07:23 -0400 Subject: [PATCH] Fix second link to bitcoin service docs --- docs/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 06993242..fcc2cba1 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -18,7 +18,7 @@ To start reindexing add `reindex=1` during the **first startup only**. ### Configuration Options - The `bitcoin.conf` file in will need to be updated to include additional indexes *(see below)*. -- The `datadir` option is now a part of `bitcoind` spawn configuration, and there is a new option to connect to multiple bitcoind processes (Please see [Bitcoin Service Docs](docs/services/bitcoind.md) for more details). The services `db` and `address` are now a part of the `bitcoind` service. Here is how to update `bitcore-node.json` configuration options: +- The `datadir` option is now a part of `bitcoind` spawn configuration, and there is a new option to connect to multiple bitcoind processes (Please see [Bitcoin Service Docs](services/bitcoind.md) for more details). The services `db` and `address` are now a part of the `bitcoind` service. Here is how to update `bitcore-node.json` configuration options: **Before**: ```json