From 05095954c9cc55f01a01b75b20dc3576376fa1bc Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Sat, 8 Jul 2017 14:09:56 -0400 Subject: [PATCH] use official golang site for installing --- docs/guides/install-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/install-from-source.md b/docs/guides/install-from-source.md index aaa1c74d..b9b3d87a 100644 --- a/docs/guides/install-from-source.md +++ b/docs/guides/install-from-source.md @@ -5,7 +5,7 @@ To download pre-built binaries, see the [Download page](/download). ## Install Go -Make sure you have [installed Go](/docs/guides/install-go) and set the `GOPATH`. +Make sure you have [installed Go](https://golang.org/doc/install) and set the `GOPATH`. ## Install Tendermint