fixs broken links in getting started pages

This commit is contained in:
Felix Lange
2021-01-25 15:21:21 +01:00
parent 21ee44bbaf
commit 828f2fbd34
3 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ controlled ethereum network is useful as a backend for network integration testi
developers working on issues related to networking/blockchain synching/message
propagation, etc or DAPP developers testing multi-block and multi-user scenarios).
We assume you are able to build `geth` following the [build instructions](../docs/install-and-build/installing-geth)
We assume you are able to build `geth` following the [build instructions][build].
## Setting up multiple nodes
@ -122,4 +122,5 @@ describes how you set up your own monitoring service for a (private or public) l
cluster.
[eth-stats]: https://ethstats.org
[monitoring]: ../doc/setting-up-monitoring-on-local-cluster
[monitoring]: ../../doc/setting-up-monitoring-on-local-cluster
[build]: ../../docs/install-and-build/installing-geth