From 450d771bee9cc8c90d54dce212da2986f9f9bcc1 Mon Sep 17 00:00:00 2001 From: David Hwang <69114096+dhij@users.noreply.github.com> Date: Sun, 15 Jan 2023 03:23:58 -0500 Subject: [PATCH] readme: fix broken link to installation instructions (#26497) update link to the installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326437dfe0..c4900633ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ archives are published at https://geth.ethereum.org/downloads/. ## Building the source -For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/install-and-build/installing-geth). +For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/getting-started/installing-geth). Building `geth` requires both a Go (version 1.18 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run