Skip to content

Commit d51046b

Browse files
committed
doc: fix install.html unclosed bold tag, link to /help/
Fixes #18406 Change-Id: Ifd7342fa8de1d2cac47b9279c1f14ac127ac193c Reviewed-on: https://go-review.googlesource.com/34666 Reviewed-by: Joe Tsai <[email protected]>
1 parent f24384f commit d51046b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

doc/install.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ <h2 id="testing">Test your installation</h2>
246246
</p>
247247

248248
<pre class="testUnix">
249-
$ <b>cd $HOME/go/src/hello
249+
$ <b>cd $HOME/go/src/hello</b>
250250
$ <b>go build</b>
251251
</pre>
252252

253253
<pre class="testWindows" style="display: none">
254-
C:\&gt; <b>cd %USERPROFILE%\go\src\hello<b>
254+
C:\&gt; <b>cd %USERPROFILE%\go\src\hello</b>
255255
C:\Users\Gopher\go\src\hello&gt; <b>go build</b>
256256
</pre>
257257

@@ -313,16 +313,10 @@ <h2 id="uninstall">Uninstalling Go</h2>
313313
<h2 id="help">Getting help</h2>
314314

315315
<p>
316-
For real-time help, ask the helpful gophers in <code>#go-nuts</code> on the
317-
<a href="http://freenode.net/">Freenode</a> IRC server.
316+
For help, see the <a href="/help/">list of Go mailing lists, forums, and places to chat</a>.
318317
</p>
319318

320319
<p>
321-
The official mailing list for discussion of the Go language is
322-
<a href="//groups.google.com/group/golang-nuts">Go Nuts</a>.
323-
</p>
324-
325-
<p>
326-
Report bugs using the
327-
<a href="//golang.org/issue">Go issue tracker</a>.
320+
Report bugs either by running “<b><code>go</code> <code>bug</code></b>”, or
321+
manually at the <a href="https://golang.org/issue">Go issue tracker</a>.
328322
</p>

0 commit comments

Comments
 (0)