]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.13] doc/go1.13: fix bad URLs to strconv identifiers
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Sun, 25 Aug 2019 04:08:51 +0000 (22:08 -0600)
committerDmitri Shuralyov <dmitshur@golang.org>
Sun, 25 Aug 2019 21:56:21 +0000 (21:56 +0000)
Change-Id: I7db3ad060773c9396fbe34e7bd52e7ccf6e5e52c
Reviewed-on: https://go-review.googlesource.com/c/go/+/191797
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit 1a7c15fa6d5ce2d78d0f9f5050ee9dd1e29485df)
Reviewed-on: https://go-review.googlesource.com/c/go/+/191739
Reviewed-by: Toshihiro Shiino <shiino.toshihiro@gmail.com>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
doc/go1.13.html

index 4120cfb24ccdfe774090517c6629a7bfe38fd6a4..7e3c73f3d69687cfad47f8ab66794e0bc5d15727 100644 (file)
@@ -918,19 +918,19 @@ godoc
 
 </dl><!-- runtime -->
 
-<dl id="strconv"><dt><a href="/pkg/strconv">strconv</a></dt>
+<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
   <dd>
     <p><!-- CL 160243 -->
-       For <a href="/pkg/math/big/#strconv.ParseFloat"><code>strconv.ParseFloat</code></a>,
-       <a href="/pkg/math/big/#strconv.ParseInt"><code>strconv.ParseInt</code></a>
-       and <a href="/pkg/math/big/#strconv.ParseUint"><code>strconv.ParseUint</code></a>,
+       For <a href="/pkg/strconv/#ParseFloat"><code>strconv.ParseFloat</code></a>,
+       <a href="/pkg/strconv/#ParseInt"><code>strconv.ParseInt</code></a>
+       and <a href="/pkg/strconv/#ParseUint"><code>strconv.ParseUint</code></a>,
        if base is 0, underscores may be used between digits for readability.
        See the <a href="#language">Changes to the language</a> for details.
     </p>
 
 </dl><!-- strconv -->
 
-<dl id="strings"><dt><a href="/pkg/strings">strings</a></dt>
+<dl id="strings"><dt><a href="/pkg/strings/">strings</a></dt>
   <dd>
     <p><!-- CL 142003 -->
       The new <a href="/pkg/strings/#ToValidUTF8"><code>ToValidUTF8</code></a> function returns a