docs: fix typo url in dev-mode.md (#25029)

Update dev-mode.md

the [Getting Started] page url without tailing dash  (/docs/getting-started).
This commit is contained in:
tianchunfeng 2022-06-07 00:01:19 +08:00 committed by GitHub
parent e38dcbdec0
commit 208c0cce9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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