Skip to content

Commit 0914646

Browse files
ALTreeianlancetaylor
authored andcommitted
doc/1.17: fix two dead rfc links
Updates #44513 Change-Id: Ia0c6b48bde2719f3a99cb216b6166d82159198d1 Reviewed-on: https://go-review.googlesource.com/c/go/+/336930 Trust: Alberto Donizetti <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 052da57 commit 0914646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/go1.17.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
886886
<dd>
887887
<p><!-- CL 272668 -->
888888
The new method <a href="/pkg/net/#IP.IsPrivate"><code>IP.IsPrivate</code></a> reports whether an address is
889-
a private IPv4 address according to <a href="http://tools.ietf.org/html/rfc1918">RFC 1918</a>
890-
or a local IPv6 address according <a href="http://tools.ietf.org/html/rfc4193">RFC 4193</a>.
889+
a private IPv4 address according to <a href="https://datatracker.ietf.org/doc/rfc1918">RFC 1918</a>
890+
or a local IPv6 address according <a href="https://datatracker.ietf.org/doc/rfc4193">RFC 4193</a>.
891891
</p>
892892

893893
<p><!-- CL 301709 -->

0 commit comments

Comments
 (0)