]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: add missing slashes
authorToshihiro Shiino <shiino.toshihiro@gmail.com>
Tue, 4 Feb 2020 12:32:58 +0000 (12:32 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Feb 2020 15:00:46 +0000 (15:00 +0000)
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>
doc/go1.14.html

index 2f73f0fdf724d571e46f7a575e6bb752aea7b34c..dec8e98d7369f3afe1294d88be3ef3344d1bbede 100644 (file)
@@ -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