summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-11 10:20:20 +0200
committerGitHub <noreply@github.com>2017-08-11 10:20:20 +0200
commite9d39094c9653c16a8412cbf750d9995a8003151 (patch)
tree063f3a7b3923c35c8f0872ec01a639e935a37af1 /src/libstd
parentaebfe2b60be0906d8429748f102fedb2fa7a2571 (diff)
parent49310a9d4dfea8b5b23e9a69c2d78c0dfa6d2851 (diff)
downloadrust-e9d39094c9653c16a8412cbf750d9995a8003151.tar.gz
rust-e9d39094c9653c16a8412cbf750d9995a8003151.zip
Rollup merge of #43715 - ollie27:docs_long_link, r=QuietMisdreavus
Stop using URL shortener in docs

tidy will no longer complain about long lines containing links so there
is no reason to use a URL shortener here.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/net/ip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs
index 1e5368896af..0abf8179cc9 100644
--- a/src/libstd/net/ip.rs
+++ b/src/libstd/net/ip.rs
@@ -466,7 +466,7 @@ impl Ipv4Addr {
     /// - test addresses used for documentation (192.0.2.0/24, 198.51.100.0/24 and 203.0.113.0/24)
     /// - the unspecified address (0.0.0.0)
     ///
-    /// [ipv4-sr]: http://goo.gl/RaZ7lg
+    /// [ipv4-sr]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
     /// [`true`]: ../../std/primitive.bool.html
     ///
     /// # Examples