aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-12-21 20:48:09 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-12-21 21:13:55 +0000
commitd51046b37ce382bbca0de7277721567e1ee0146a (patch)
treee7363f2b6bfbe6d75a41d381d3dd43affeb31955
parentf24384f686745f95086e7f400e884a218f4456d3 (diff)
downloadgo-d51046b37ce382bbca0de7277721567e1ee0146a.tar.gz
go-d51046b37ce382bbca0de7277721567e1ee0146a.zip
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 <thebrokentoaster@gmail.com>
-rw-r--r--doc/install.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/install.html b/doc/install.html
index d8e04b78c2..2143d591cb 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>