aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-04-21 07:04:44 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-04-21 07:04:44 +0800
commit4a240608d4742c81c5dbb665c5bdac43cb898179 (patch)
tree1d3e1e2e5328ca17c1aa7f3eb688b44f4edb2adb
parent99e825ad96e7b3f655f170a52ad6e408b6feb311 (diff)
parent59a7405a8072b735472de885c33c2a82fcf7a162 (diff)
downloadgo-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar.gz
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar.bz2
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar.lz
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar.xz
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.tar.zst
go-tangerine-4a240608d4742c81c5dbb665c5bdac43cb898179.zip
Merge pull request #761 from aboreum/develop
trivial fix for: Broken link for detailed go build instructions #661
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)