[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>
diff --git a/doc/install-source.html b/doc/install-source.html
index 15cb624..7daf360 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -109,7 +109,7 @@
 <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>