]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update URL of the go1.4 source snapshot to use dl.google.com
authorAndrew Bonventre <andybons@golang.org>
Sun, 26 Nov 2017 16:30:39 +0000 (11:30 -0500)
committerAndrew Bonventre <andybons@golang.org>
Mon, 27 Nov 2017 16:25:25 +0000 (16:25 +0000)
Updates golang/go#20672

Change-Id: I88a1d8693ef9d1e4758719603ce1f3c3f6b920bc
Reviewed-on: https://go-review.googlesource.com/79936
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/install-source.html

index 7baaaba11035c0e652069bc0031c69ba35043a45..17b6ed3ea12ee988c363b58492a953e08cd9794b 100644 (file)
@@ -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-20171003.tar.gz">go1.4-bootstrap-20171003.tar.gz</a>,
+<a href="https://dl.google.com/go/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.)