aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-06-30 11:54:46 -0400
committerBryan C. Mills <bcmills@google.com>2021-06-30 22:02:09 +0000
commit4711bf30e5fec4cf290964785871deba5955c29a (patch)
treedee118054f321a8daf4bb2e4b40c0fbbec5a2129 /doc
parented56ea73e8aa60269bbb3d33af9e7614e6b3babf (diff)
downloadgo-4711bf30e5fec4cf290964785871deba5955c29a.tar.gz
go-4711bf30e5fec4cf290964785871deba5955c29a.zip
doc/go1.17: linkify "language changes" in the runtime section
Change-Id: I82bd3954bfc5da59c7952eba2a28ff0e3b41427f Reviewed-on: https://go-review.googlesource.com/c/go/+/331969 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index b72752d77d..66b4f48b61 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -993,7 +993,7 @@ func Foo() bool {
is no longer sufficient to guarantee that a call to
<a href="/pkg/reflect/#Value.Convert"><code>Value.Convert</code></a> will not panic.
It may panic when converting `[]T` to `*[N]T` if the slice's length is less than N.
- See the language changes section above.
+ See the <a href="#language">language changes</a> section above.
</p>
</dd>
</dl><!-- reflect -->