From 59a7405a8072b735472de885c33c2a82fcf7a162 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 20 Apr 2015 14:47:12 -0600 Subject: [PATCH] Broken link for detailed go build instructions #661 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75547e09b..f79ae3d29 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ godep go build -v ./cmd/geth Instead of `build`, you can use `install` which will also install the resulting binary. -For prerequisites and detailed build instructions please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) +For prerequisites and detailed build instructions please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum) If you intend to develop on go-ethereum, check the [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)