]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: fix reflect pkg link and "a" section
authorKoichi Shiraishi <zchee.io@gmail.com>
Wed, 25 May 2022 13:34:37 +0000 (22:34 +0900)
committerGopher Robot <gobot@golang.org>
Thu, 26 May 2022 04:57:33 +0000 (04:57 +0000)
Change-Id: Ica05b2b699d8f6383c713460a473ccf753bc78c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/408494
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>

doc/go1.19.html

index af6f3c1efaa893fbec5b855ceea49798433091bc..155dcc44aad029ff768613c87bc8eb985de050ec 100644 (file)
@@ -300,8 +300,8 @@ Do not send CLs removing the interior tags from such phrases.
 <dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
   <dd>
     <p><!-- CL 401434 -->
-      <a href="/pkg/strconv/#reflect.SliceHeader"></a><code>reflect.SliceHeader</code>
-      and <a href="/pkg/strconv/#reflect.StringHeader"></a><code>reflect.StringHeader</code>
+      <a href="/pkg/reflect/#SliceHeader"><code>SliceHeader</code></a>
+      and <a href="/pkg/reflect/#StringHeader"><code>StringHeader</code></a>
       are now deprecated, and their use should be avoided.
     </p>
     <p><!-- CL 357331 -->