From: Andrew Bonventre Date: Sun, 26 Nov 2017 16:30:39 +0000 (-0500) Subject: doc: update URL of the go1.4 source snapshot to use dl.google.com X-Git-Tag: go1.10beta1~138 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4aac23cc512f661657e0785544dfdd19b6b517b0;p=gostls13.git doc: update URL of the go1.4 source snapshot to use dl.google.com Updates golang/go#20672 Change-Id: I88a1d8693ef9d1e4758719603ce1f3c3f6b920bc Reviewed-on: https://go-review.googlesource.com/79936 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install-source.html b/doc/install-source.html index 7baaaba110..17b6ed3ea1 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -143,7 +143,7 @@ packaged Go distribution.

To build a bootstrap tool chain from source, use either the git branch release-branch.go1.4 or -go1.4-bootstrap-20171003.tar.gz, +go1.4-bootstrap-20171003.tar.gz, 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.)