From 98318933192c20ab3ecd918f1278e3a0c9026f00 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Mon, 14 Nov 2022 07:46:32 +0000 Subject: [PATCH] docs: fix link in getting started docs (#26173) --- docs/_getting-started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index 83cbdc5b0f..4f3a837def 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -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 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 introductory tutorial, Geth's built-in account management tools are used instead. @@ -449,4 +449,4 @@ following this with the [Geth with Clef](/docs/getting-started/geth_with_clef) t adopt more secure account management practices than those outlined here. -[cli]: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Command_line \ No newline at end of file +[cli]: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Command_line