aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Menakuru <balasanjay@gmail.com>2012-03-02 11:29:09 -0500
committerRuss Cox <rsc@golang.org>2012-03-02 11:29:09 -0500
commit4d7d3f532896e70489bae7c9dc54ca88ccef91bc (patch)
tree51e17ea4b40c31295976c556eeb35bb1a69d8e06
parentd08a8848bb0833cfe0dcf6f0fcc3e9f0c1b05e10 (diff)
downloadgo-4d7d3f532896e70489bae7c9dc54ca88ccef91bc.tar.gz
go-4d7d3f532896e70489bae7c9dc54ca88ccef91bc.zip
doc: fix some HTML errors in code.html
R=golang-dev, rsc CC=adg, golang-dev https://golang.org/cl/5720050
-rw-r--r--doc/code.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/code.html b/doc/code.html
index ff3d7dcf00..768a9995a2 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -53,7 +53,7 @@ command executables. It has a prescribed structure of three subdirectories:
<ul>
<li><code>src</code> contains Go source files,
<li><code>pkg</code> contains compiled package objects, and
-<li><code>bin</code> contains executable commands.</code>
+<li><code>bin</code> contains executable commands.
</ul>
<p>
@@ -204,7 +204,7 @@ Go's naming conventions.
</p>
-<h2>Building and installing</h3>
+<h2>Building and installing</h2>
<p>
The <code>go</code> command comprises several subcommands, the most central being
@@ -406,7 +406,7 @@ Run <code><a href="/cmd/go/#Test_packages">go help test</a></code> and see the
</p>
-<h2 id="remote">Remote packages</h3>
+<h2 id="remote">Remote packages</h2>
<p>
An import path can describe how to obtain the package source code using a