]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix install.html unclosed bold tag, link to /help/
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 21 Dec 2016 20:48:09 +0000 (20:48 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 21 Dec 2016 21:13:55 +0000 (21:13 +0000)
Fixes #18406

Change-Id: Ifd7342fa8de1d2cac47b9279c1f14ac127ac193c
Reviewed-on: https://go-review.googlesource.com/34666
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
doc/install.html

index d8e04b78c259cba8e790e9244e8d40b4bed11274..2143d591cb25462cadfa43d9434c363f45d74ad2 100644 (file)
@@ -246,12 +246,12 @@ Then build it with the <code>go</code> tool:
 </p>
 
 <pre class="testUnix">
-$ <b>cd $HOME/go/src/hello
+$ <b>cd $HOME/go/src/hello</b>
 $ <b>go build</b>
 </pre>
 
 <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>
 </pre>
 
@@ -313,16 +313,10 @@ environment variables under Windows</a>.
 <h2 id="help">Getting help</h2>
 
 <p>
-For real-time help, ask the helpful gophers in <code>#go-nuts</code> on the
-<a href="http://freenode.net/">Freenode</a> IRC server.
+  For help, see the <a href="/help/">list of Go mailing lists, forums, and places to chat</a>.
 </p>
 
 <p>
-The official mailing list for discussion of the Go language is
-<a href="//groups.google.com/group/golang-nuts">Go Nuts</a>.
-</p>
-
-<p>
-Report bugs using the
-<a href="//golang.org/issue">Go issue tracker</a>.
+  Report bugs either by running “<b><code>go</code> <code>bug</code></b>”, or
+  manually at the <a href="https://golang.org/issue">Go issue tracker</a>.
 </p>