aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-05-20 11:57:21 -0700
committerRob Pike <r@golang.org>2014-05-20 11:57:21 -0700
commit87ef6e91568507e53b902c558f0cc4d8447e5dd7 (patch)
tree8dffb5f34ef7ab2696a05ab9f9387dad6e0eb332
parentca6be91cbc39574a3f422a07dc4f0f4922c6668f (diff)
downloadgo-87ef6e91568507e53b902c558f0cc4d8447e5dd7.tar.gz
go-87ef6e91568507e53b902c558f0cc4d8447e5dd7.zip
doc/install.html: fix duplicate id= tag
LGTM=minux.ma R=adg, minux.ma CC=golang-codereviews https://golang.org/cl/95540045
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index ecf29ede52..9aee55d878 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -228,7 +228,7 @@ You just need to do a little more setup.
</p>
<p>
-<a href="/doc/code.html" class="download" id="start">
+<a href="/doc/code.html" class="download" id="writing">
<span class="big">How to Write Go Code</span>
<span class="desc">Learn how to set up and use the Go tools</span>
</a>