]> Cypherpunks repositories - gostls13.git/commitdiff
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)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Sun, 25 Aug 2019 04:39:15 +0000 (04:39 +0000)
Change-Id: I7db3ad060773c9396fbe34e7bd52e7ccf6e5e52c
Reviewed-on: https://go-review.googlesource.com/c/go/+/191797
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.13.html

index 0dd2532965f72981a482fc490774331457bd818e..8f7a7ab7fe7e24c6eab7fcd45c73359e7816c40e 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