about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@users.noreply.github.com>2019-11-13 15:09:40 +0000
committerGitHub <noreply@github.com>2019-11-13 15:09:40 +0000
commitc154297e6d6314a27d371ffe556e54cee44ceceb (patch)
tree1809a5cd1c7633181032a1f2a7451769c4469cee
parent374ad1b0063963060a00a3110e44d76e7105d059 (diff)
downloadrust-c154297e6d6314a27d371ffe556e54cee44ceceb.tar.gz
rust-c154297e6d6314a27d371ffe556e54cee44ceceb.zip
Fix broken links in Ipv4Addr::is_benchmarking docs
-rw-r--r--src/libstd/net/ip.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs
index 21f674af8cf..e51a9b62449 100644
--- a/src/libstd/net/ip.rs
+++ b/src/libstd/net/ip.rs
@@ -633,8 +633,8 @@ impl Ipv4Addr {
     /// network devices benchmarking. This range is defined in [IETF RFC 2544] as `192.18.0.0`
     /// through `198.19.255.255` but [errata 423] corrects it to `198.18.0.0/15`.
     ///
-    /// [IETF RFC 1112]: https://tools.ietf.org/html/rfc1112
-    /// [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
     /// [`true`]: ../../std/primitive.bool.html
     ///
     /// # Examples