From af29e98390036e1f260fe50dc18ffcf178f1f29d Mon Sep 17 00:00:00 2001
From: Paul Jolly
Date: Mon, 30 Jul 2018 22:31:01 +0100
Subject: [PATCH] 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
---
doc/go1.11.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
2.50.0