aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2015-10-02 15:25:01 -0400
committerAndrew Gerrand <adg@golang.org>2015-10-03 08:00:50 +0000
commit6f21d7cc2656b70d4a756fcad60b3ba9e4c0c236 (patch)
treebbbcfef7b6439accbc23111a5e9d17648e6119e9
parent3c5af9a84602093044df3ec91c81f040bdddb4df (diff)
downloadgo-6f21d7cc2656b70d4a756fcad60b3ba9e4c0c236.tar.gz
go-6f21d7cc2656b70d4a756fcad60b3ba9e4c0c236.zip
doc: update release tag in source directions to go1.5.1
Change-Id: I8da1c7a86adf6672e5e5c44cbab422706833c1da Reviewed-on: https://go-review.googlesource.com/15350 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-on: https://go-review.googlesource.com/15244
-rw-r--r--doc/install-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index e71fff710f..6542fe5417 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -167,7 +167,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.5
+$ git checkout go1.5.1
</pre>
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,7 @@ New releases are announced on the
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
mailing list.
Each announcement mentions the latest release tag, for instance,
-<code>go1.5</code>.
+<code>go1.5.1</code>.
</p>
<p>