From: Paul Jolly Date: Mon, 30 Jul 2018 21:31:01 +0000 (+0100) Subject: doc: add link to go command modules docs from Go 1.11 release notes X-Git-Tag: go1.11beta3~52 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=af29e98390036e1f260fe50dc18ffcf178f1f29d;p=gostls13.git doc: add link to go command modules docs from Go 1.11 release notes The FAQ already has a link to the release notes and the go command docs. Add a link from the release notes to the go command docs, to ensure that people ultimately end up there (the docs that then signpost people to the relevant other help docs). Updates #25517. Change-Id: I284c84af712d4519c59f7ca6c396b05a4c967cee Reviewed-on: https://go-review.googlesource.com/126777 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 361a81cdb0..50292ac019 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -148,7 +148,8 @@ Do not send CLs removing the interior tags from such phrases. to modules using Go 1.11 will continue to work with Go 1.12 and later. If you encounter bugs using modules, please file issues - so we can fix them. + so we can fix them. For more information, see the + go command documentation.

Import path restriction