From 00d88f68bb1a3c7da419aac36d1e85ffaceb4d86 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Thu, 15 Jan 2015 09:27:09 +1100
Subject: [PATCH] [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
---
doc/install-source.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.4
+$ git checkout go1.4.1
(Optional) Switch to the master branch