Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd3bfb3

Browse files
toshihiro-shiinodmitshur
authored andcommitted
doc/go1.15: add missing slashes
This saves a redirect and makes the document more consistent. For #37419 Change-Id: Ic3bd62f8caacf67ffe43a359624e11bed8b8cfaf Reviewed-on: https://go-review.googlesource.com/c/go/+/237540 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 1c95530 commit dd3bfb3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/go1.15.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
378378
<dd>
379379
<p><!-- CL 231417, CL 225460 -->
380380
The <code>PrivateKey</code> and <code>PublicKey</code> types in the
381-
<a href="/pkg/crypto/rsa"><code>crypto/rsa</code></a>,
382-
<a href="/pkg/crypto/ecdsa"><code>crypto/ecdsa</code></a>, and
383-
<a href="/pkg/crypto/ed25519"><code>crypto/ed25519</code></a> packages
381+
<a href="/pkg/crypto/rsa/"><code>crypto/rsa</code></a>,
382+
<a href="/pkg/crypto/ecdsa/"><code>crypto/ecdsa</code></a>, and
383+
<a href="/pkg/crypto/ed25519/"><code>crypto/ed25519</code></a> packages
384384
now have an <code>Equal</code> method to compare keys for equivalence
385385
or to make type-safe interfaces for public keys. The method signature
386386
is compatible with
@@ -559,7 +559,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
559559
</dd>
560560
</dl><!-- database/sql -->
561561

562-
<dl id="database/sql/driver"><dt><a href="/pkg/database/sql/driver">database/sql/driver</a></dt>
562+
<dl id="database/sql/driver"><dt><a href="/pkg/database/sql/driver/">database/sql/driver</a></dt>
563563
<dd>
564564
<p><!-- CL 174122 -->
565565
The new <a href="/pkg/database/sql/driver/#Validator"><code>Validator</code></a>
@@ -672,7 +672,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
672672
<code>Conn.SetReadDeadline</code>,
673673
or <code>Conn.SetWriteDeadline</code> methods, it will now
674674
return an error that is or wraps
675-
<a href="/pkg/os#ErrDeadlineExceeded"><code>os.ErrDeadlineExceeded</code></a>.
675+
<a href="/pkg/os/#ErrDeadlineExceeded"><code>os.ErrDeadlineExceeded</code></a>.
676676
This may be used to reliably detect whether an error is due to
677677
an exceeded deadline.
678678
Earlier releases recommended calling the <code>Timeout</code>
@@ -751,7 +751,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
751751
<a href="/pkg/os/#File.SetReadDeadline"><code>File.SetReadDeadline</code></a>,
752752
or <a href="/pkg/os/#File.SetWriteDeadline"><code>File.SetWriteDeadline</code></a>
753753
methods, it will now return an error that is or wraps
754-
<a href="/pkg/os#ErrDeadlineExceeded"><code>os.ErrDeadlineExceeded</code></a>.
754+
<a href="/pkg/os/#ErrDeadlineExceeded"><code>os.ErrDeadlineExceeded</code></a>.
755755
This may be used to reliably detect whether an error is due to
756756
an exceeded deadline.
757757
Earlier releases recommended calling the <code>Timeout</code>
@@ -817,7 +817,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
817817
</dd>
818818
</dl>
819819

820-
<dl id="pkg-runtime-pprof"><dt><a href="/pkg/runtime/pprof">runtime/pprof</a></dt>
820+
<dl id="pkg-runtime-pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
821821
<dd>
822822
<p><!-- CL 189318 -->
823823
The goroutine profile includes the profile labels associated with each goroutine

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /