aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2020-02-04 12:32:58 +0000
committerIan Lance Taylor <iant@golang.org>2020-02-04 15:00:46 +0000
commit0fe79aad0ff800f8df3136d018e0a8b64c614d61 (patch)
treed83be0d499425db95086724756f46040b5b587b0
parentc8a91ed24932be7248eefed58ade4bb978b62f55 (diff)
downloadgo-0fe79aad0ff800f8df3136d018e0a8b64c614d61.tar.gz
go-0fe79aad0ff800f8df3136d018e0a8b64c614d61.zip
doc/go1.14: add missing slashes
This saves a redirect and makes the document more consistent. Change-Id: I67840f5dc05dffd8893a055618eb202b682a0ebc Reviewed-on: https://go-review.googlesource.com/c/go/+/217698 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.14.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 2f73f0fdf7..dec8e98d73 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -436,7 +436,7 @@ TODO
in mind.
</p>
-<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash">hash/maphash</a></dt>
+<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
<dd>
<p><!-- CL 186877 -->
This new package provides hash functions on byte sequences.
@@ -626,7 +626,7 @@ TODO
</dl><!-- math -->
-<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
+<dl id="math/big"><dt><a href="/pkg/math/big/">math/big</a></dt>
<dd>
<p><!-- CL 164972 -->
The <a href="/pkg/math/big/#Int.GCD"><code>GCD</code></a> method
@@ -759,7 +759,7 @@ TODO
</dl><!-- runtime -->
-<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
+<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
<dd>
<p><!-- CL 204636, 205097 -->
The generated profile no longer includes the pseudo-PCs used for inline