aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel T Odeke <emmanuel@orijtech.com>2019-08-24 22:08:51 -0600
committerDmitri Shuralyov <dmitshur@golang.org>2019-08-25 21:56:21 +0000
commitbc30423263e244a4fe091d0c203cbafffcd344a6 (patch)
treef3737b83b4eef92affc72014f3d341d2aedfe2af
parent55a5beb12c3ac96eeb09bff6aadf6193cfa7214d (diff)
downloadgo-bc30423263e244a4fe091d0c203cbafffcd344a6.tar.gz
go-bc30423263e244a4fe091d0c203cbafffcd344a6.zip
[release-branch.go1.13] doc/go1.13: fix bad URLs to strconv identifiers
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>
-rw-r--r--doc/go1.13.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/go1.13.html b/doc/go1.13.html
index 4120cfb24c..7e3c73f3d6 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -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