mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
docs: fix link in getting started docs (#26173)
This commit is contained in:
parent
7519505d6f
commit
9831893319
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ The tutorial on this page assumes Geth and the associated developer tools have b
|
||||||
|
|
||||||
This page provides step-by-step instructions covering the fundamentals of using Geth. This includes
|
This page provides step-by-step instructions covering the fundamentals of using Geth. This includes
|
||||||
generating accounts, joining an Ethereum network, syncing the blockchain and sending ether between accounts.
|
generating accounts, joining an Ethereum network, syncing the blockchain and sending ether between accounts.
|
||||||
It is considered best-practice to use [Clef](/docs/clef/Introduction) for account management - this
|
It is considered best-practice to use [Clef](/docs/clef/introduction) for account management - this
|
||||||
is explained in the [Geth with Clef](/docs/getting-started/geth_with_clef) tutorial. In this
|
is explained in the [Geth with Clef](/docs/getting-started/geth_with_clef) tutorial. In this
|
||||||
introductory tutorial, Geth's built-in account management tools are used instead.
|
introductory tutorial, Geth's built-in account management tools are used instead.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue