We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37511aa + 49310a9 commit 6da6697Copy full SHA for 6da6697
src/libstd/net/ip.rs
@@ -466,7 +466,7 @@ impl Ipv4Addr {
466
/// - test addresses used for documentation (192.0.2.0/24, 198.51.100.0/24 and 203.0.113.0/24)
467
/// - the unspecified address (0.0.0.0)
468
///
469
- /// [ipv4-sr]: http://goo.gl/RaZ7lg
+ /// [ipv4-sr]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
470
/// [`true`]: ../../std/primitive.bool.html
471
472
/// # Examples
0 commit comments