Commit d51046b3 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: fix install.html unclosed bold tag, link to /help/

Fixes #18406

Change-Id: Ifd7342fa8de1d2cac47b9279c1f14ac127ac193c
Reviewed-on: https://go-review.googlesource.com/34666Reviewed-by: 's avatarJoe Tsai <thebrokentoaster@gmail.com>
parent f24384f6
...@@ -246,12 +246,12 @@ Then build it with the <code>go</code> tool: ...@@ -246,12 +246,12 @@ Then build it with the <code>go</code> tool:
</p> </p>
<pre class="testUnix"> <pre class="testUnix">
$ <b>cd $HOME/go/src/hello $ <b>cd $HOME/go/src/hello</b>
$ <b>go build</b> $ <b>go build</b>
</pre> </pre>
<pre class="testWindows" style="display: none"> <pre class="testWindows" style="display: none">
C:\&gt; <b>cd %USERPROFILE%\go\src\hello<b> C:\&gt; <b>cd %USERPROFILE%\go\src\hello</b>
C:\Users\Gopher\go\src\hello&gt; <b>go build</b> C:\Users\Gopher\go\src\hello&gt; <b>go build</b>
</pre> </pre>
...@@ -313,16 +313,10 @@ environment variables under Windows</a>. ...@@ -313,16 +313,10 @@ environment variables under Windows</a>.
<h2 id="help">Getting help</h2> <h2 id="help">Getting help</h2>
<p> <p>
For real-time help, ask the helpful gophers in <code>#go-nuts</code> on the For help, see the <a href="/help/">list of Go mailing lists, forums, and places to chat</a>.
<a href="http://freenode.net/">Freenode</a> IRC server.
</p> </p>
<p> <p>
The official mailing list for discussion of the Go language is Report bugs either by running “<b><code>go</code> <code>bug</code></b>”, or
<a href="//groups.google.com/group/golang-nuts">Go Nuts</a>. manually at the <a href="https://golang.org/issue">Go issue tracker</a>.
</p>
<p>
Report bugs using the
<a href="//golang.org/issue">Go issue tracker</a>.
</p> </p>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment