From be72aafd949d5734dda2ac03df38f53eb528ee6e Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 23 Feb 2016 17:08:07 +0100 Subject: [PATCH] documentation links --- docs/source/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/monitoring.md b/docs/source/monitoring.md index 7fee3620..db794a62 100644 --- a/docs/source/monitoring.md +++ b/docs/source/monitoring.md @@ -9,7 +9,7 @@ $ docker-compose -f docker-compose-monitor.yml build $ docker-compose -f docker-compose-monitor.yml up ``` -and point a browser tab to `http://localhost:3000/dashboard/script/bigchaindb_dashboard.js`. Login and password are `admin` by default. If BigchainDB is running and processing transactions, you should see analytics—if not, start BigchainDB as above, and refresh the page after a few seconds. +and point a browser tab to `http://localhost:3000/dashboard/script/bigchaindb_dashboard.js`. Login and password are `admin` by default. If BigchainDB is running and processing transactions, you should see analytics—if not, [start BigchainDB](installing.html#run-bigchaindb) and refresh the page after a few seconds. If you're not interested in monitoring, don't worry: BigchainDB will function just fine without any monitoring setup.