aboutsummaryrefslogtreecommitdiff
path: root/doc/install-source.html
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2017-05-31 11:20:16 -0700
committerChris Broadfoot <cbro@golang.org>2017-05-31 21:03:26 +0000
commit2f73efa97136a6d4a602a94e87d2a948240e7e8a (patch)
tree08fcb809606f9cc04e2b8ba9d4b43ab43b0ba240 /doc/install-source.html
parent4c96ff4444f2393e924e826ac6b6b6459d3db9d6 (diff)
downloadgo-2f73efa97136a6d4a602a94e87d2a948240e7e8a.tar.xz
doc: update bootstrap archive URL
This includes the patch for systems that build PIE executables by defaul Updates #20276. Change-Id: Iecf8dfcf11bc18d397b8075559c37e3610f825cb Reviewed-on: https://go-review.googlesource.com/44470 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc/install-source.html')
-rw-r--r--doc/install-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 8fb26a956b..5d732b053e 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -143,7 +143,7 @@ packaged Go distribution.
<p>
To build a bootstrap tool chain from source, use
either the git branch <code>release-branch.go1.4</code> or
-<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20161024.tar.gz">go1.4-bootstrap-20161024.tar.gz</a>,
+<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz">go1.4-bootstrap-20170531.tar.gz</a>,
which contains the Go 1.4 source code plus accumulated fixes
to keep the tools running on newer operating systems.
(Go 1.4 was the last distribution in which the tool chain was written in C.)