diff --git a/docs/_getting-started/dev-mode.md b/docs/_getting-started/dev-mode.md index 3bd89a9311..472a0b946d 100644 --- a/docs/_getting-started/dev-mode.md +++ b/docs/_getting-started/dev-mode.md @@ -17,7 +17,7 @@ This configuration enables developers to experiment with Geth's source code or d ## Prerequisites It is assumed that the user has a working Geth installation (see [installation guide](/docs/install-and-build/installing-geth)). -It would also be helpful to have basic knowledge of Geth and the Geth console. See [Getting Started](/docs/getting-started/). +It would also be helpful to have basic knowledge of Geth and the Geth console. See [Getting Started](/docs/getting-started). Some basic knowledge of [Solidity](https://docs.soliditylang.org/) and [smart contract deployment](https://ethereum.org/en/developers/tutorials/deploying-your-first-smart-contract/) would be useful. ## Start Geth in Dev Mode