From d1fff0794fcb3eafdd03a261588d72802c9a9ba3 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Thu, 19 Jul 2018 23:29:26 -0400 Subject: [PATCH] [release-branch.go1.10] godoc/dl: update download link from /x/build/version to /dl Change-Id: Id2baaa87ab23e27ce5018271c8bb4e73750fb437 Reviewed-on: https://go-review.googlesource.com/125137 Reviewed-by: Brad Fitzpatrick (cherry picked from commit b1e472a6fcaf6cd39293984c1d101cb1f4b9e7cd) Reviewed-on: https://go-review.googlesource.com/125155 --- godoc/dl/tmpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godoc/dl/tmpl.go b/godoc/dl/tmpl.go index c5df742a..47ef9f49 100644 --- a/godoc/dl/tmpl.go +++ b/godoc/dl/tmpl.go @@ -220,7 +220,7 @@ $(document).ready(function() {

This is an unstable version of Go. Use with caution.

If you already have Go installed, you can install this version by running:

-go get golang.org/x/build/version/{{.Version}}
+go get golang.org/dl/{{.Version}}
 

Then, use the {{.Version}} command instead of the go command to use {{.Version}}.

{{end}}