docs: broken link and typo in FAQ.md (#21800)

* Update FAQ.md

typo

* Update FAQ.md

broken link

* Update FAQ.md
This commit is contained in:
Ali Atiia
2020-11-23 08:05:25 -05:00
committed by GitHub
parent e9867d1e00
commit 995a2a38d9

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](../doc/setting-up-private-network-or-local-cluster) 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.
---