diff --git a/doc/go1.18.html b/doc/go1.18.html
index fb9e685c69..7db56a46de 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -312,7 +312,9 @@ Do not send CLs removing the interior tags from such phrases.
In workspace mode, the go.work file will be used to
determine the set of main modules used as the roots for module
resolution, instead of using the normally-found go.mod
- file to specify the single main module.
+ file to specify the single main module. For more information see the
+ go work
+ documentation.