From: Brad Fitzpatrick Date: Wed, 21 Dec 2016 20:48:09 +0000 (+0000) Subject: doc: fix install.html unclosed bold tag, link to /help/ X-Git-Tag: go1.8rc1~60 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d51046b37ce382bbca0de7277721567e1ee0146a;p=gostls13.git 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 --- 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 go tool:

-$ cd $HOME/go/src/hello
+$ cd $HOME/go/src/hello
 $ go build
 
@@ -313,16 +313,10 @@ environment variables under Windows.

Getting help

-For real-time help, ask the helpful gophers in #go-nuts on the -Freenode IRC server. + For help, see the list of Go mailing lists, forums, and places to chat.

-The official mailing list for discussion of the Go language is -Go Nuts. -

- -

-Report bugs using the -Go issue tracker. + Report bugs either by running “go bug”, or + manually at the Go issue tracker.