From 00ed0498aabdc6b53e73d213eb192ce71fd507e4 Mon Sep 17 00:00:00 2001 From: Tim Cooper Date: Fri, 25 Mar 2016 21:56:51 -0300 Subject: [PATCH] update golang URL --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7db25bc..49f0b79 100644 --- a/README.markdown +++ b/README.markdown @@ -8,7 +8,7 @@ Compiling Grumble from source You must have a Go 1 environment installed to build Grumble. Those are available at: -http://code.google.com/p/go/downloads/list +https://golang.org/dl/ Once Go is installed, you should set up a GOPATH to avoid clobbering your Go environment's root directory with third party packages.