aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-11-22 01:38:40 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-11-22 02:36:34 +0000
commit71aee2a190e6a26858b16a0974afdf976f2b0905 (patch)
tree8b657c6d2b17ebc6b0097df85e1b01b9fff7cbad
parent3fec6da0ab544bfa3a3b3d9988df20739b40dd49 (diff)
downloadgo-71aee2a190e6a26858b16a0974afdf976f2b0905.tar.xz
doc: update the URL of the latest go1.4 source snapshot
Updates golang/go#20672 Change-Id: I3c62b1606aec93e188255f1701c0af569d540016 Reviewed-on: https://go-review.googlesource.com/79276 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-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 8275bb8854..7baaaba110 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-20170531.tar.gz">go1.4-bootstrap-20170531.tar.gz</a>,
+<a href="https://storage.googleapis.com/golang/go1.4-bootstrap-20171003.tar.gz">go1.4-bootstrap-20171003.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.)