Skip to content

Commit 0fe79aa

Browse files
toshihiro-shiinoianlancetaylor
authored andcommitted
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 <[email protected]>
1 parent c8a91ed commit 0fe79aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go1.14.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
436436
in mind.
437437
</p>
438438

439-
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash">hash/maphash</a></dt>
439+
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
440440
<dd>
441441
<p><!-- CL 186877 -->
442442
This new package provides hash functions on byte sequences.
@@ -626,7 +626,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
626626

627627
</dl><!-- math -->
628628

629-
<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
629+
<dl id="math/big"><dt><a href="/pkg/math/big/">math/big</a></dt>
630630
<dd>
631631
<p><!-- CL 164972 -->
632632
The <a href="/pkg/math/big/#Int.GCD"><code>GCD</code></a> method
@@ -759,7 +759,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
759759

760760
</dl><!-- runtime -->
761761

762-
<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
762+
<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
763763
<dd>
764764
<p><!-- CL 204636, 205097 -->
765765
The generated profile no longer includes the pseudo-PCs used for inline

0 commit comments

Comments
 (0)