aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-01-15 09:27:09 +1100
committerAndrew Gerrand <adg@golang.org>2015-01-15 03:55:30 +0000
commit00d88f68bb1a3c7da419aac36d1e85ffaceb4d86 (patch)
tree60fbf41d5b851d23433bbe0332bdb22dc1d07b3f
parentcece1bd03ff241c2c5c6f7055db3c12976560374 (diff)
downloadgo-00d88f68bb1a3c7da419aac36d1e85ffaceb4d86.tar.gz
go-00d88f68bb1a3c7da419aac36d1e85ffaceb4d86.zip
[release-branch.go1.4] doc: update source install instruction to use tag 'go1.4.1'
Change-Id: I12e531fc0d92d3b6fc7ec2bbd8c029f63f55fbe1 Reviewed-on: https://go-review.googlesource.com/2798 Reviewed-by: Russ Cox <rsc@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 15cb624df2..7daf360a0f 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -109,7 +109,7 @@ Then clone the repository and check out the latest release tag:</p>
<pre>
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.4
+$ git checkout go1.4.1
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>