From d51046b37ce382bbca0de7277721567e1ee0146a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 21 Dec 2016 20:48:09 +0000 Subject: [PATCH] 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 --- doc/install.html | 16 +++++----------- 1 file 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 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.

-- 2.50.0