From 208c0cce9e684482772dc0a4b0df3b428c568393 Mon Sep 17 00:00:00 2001 From: tianchunfeng <90968567+tianberg@users.noreply.github.com> Date: Tue, 7 Jun 2022 00:01:19 +0800 Subject: [PATCH] docs: fix typo url in dev-mode.md (#25029) Update dev-mode.md the [Getting Started] page url without tailing dash (/docs/getting-started). --- docs/_getting-started/dev-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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