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

@ -12,7 +12,7 @@ sort_key: C
**Q.** I would like to run multiple geth instances but got the error "Fatal: blockchain db err: resource temporarily unavailable".
**A.** Geth uses a datadir to store the blockchain, accounts and some additional information. This directory cannot be shared between running instances. If you would like to run multiple instances follow [these](../getting-started/private-net) instructions.
**A.** Geth uses a datadir to store the blockchain, accounts and some additional information. This directory cannot be shared between running instances. If you would like to run multiple instances follow [these](getting-started/private-net) instructions.
---