We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052da57 commit 0914646Copy full SHA for 0914646
doc/go1.17.html
@@ -886,8 +886,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
886
<dd>
887
<p><!-- CL 272668 -->
888
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>.
+ a private IPv4 address according to <a href="https://datatracker.ietf.org/doc/rfc1918">RFC 1918</a>
+ or a local IPv6 address according <a href="https://datatracker.ietf.org/doc/rfc4193">RFC 4193</a>.
891
</p>
892
893
<p><!-- CL 301709 -->
0 commit comments