We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374ad1b commit c154297Copy full SHA for c154297
src/libstd/net/ip.rs
@@ -633,8 +633,8 @@ impl Ipv4Addr {
633
/// network devices benchmarking. This range is defined in [IETF RFC 2544] as `192.18.0.0`
634
/// through `198.19.255.255` but [errata 423] corrects it to `198.18.0.0/15`.
635
///
636
- /// [IETF RFC 1112]: https://tools.ietf.org/html/rfc1112
637
- /// [errate 423]: https://www.rfc-editor.org/errata/eid423
+ /// [IETF RFC 2544]: https://tools.ietf.org/html/rfc2544
+ /// [errata 423]: https://www.rfc-editor.org/errata/eid423
638
/// [`true`]: ../../std/primitive.bool.html
639
640
/// # Examples
0 commit comments