We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5215b85 + a993d7d commit c167eeeCopy full SHA for c167eee
library/std/src/net/ip.rs
@@ -1635,7 +1635,7 @@ impl Ipv6Addr {
1635
/// `::a.b.c.d` and `::ffff:a.b.c.d` become `a.b.c.d`
1636
/// All addresses *not* starting with either all zeroes or `::ffff` will return `None`.
1637
///
1638
- /// [IPv4 address]: Ipv4Addr
+ /// [`IPv4` address]: Ipv4Addr
1639
/// [IPv4-compatible]: Ipv6Addr#ipv4-compatible-ipv6-addresses
1640
/// [IPv4-mapped]: Ipv6Addr#ipv4-mapped-ipv6-addresses
1641
/// [IETF RFC 4291 section 2.5.5.1]: https://tools.ietf.org/html/rfc4291#section-2.5.5.1
0 commit comments