Skip to content

Commit 6da6697

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 37511aa + 49310a9 commit 6da6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net/ip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ impl Ipv4Addr {
466466
/// - test addresses used for documentation (192.0.2.0/24, 198.51.100.0/24 and 203.0.113.0/24)
467467
/// - the unspecified address (0.0.0.0)
468468
///
469-
/// [ipv4-sr]: http://goo.gl/RaZ7lg
469+
/// [ipv4-sr]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
470470
/// [`true`]: ../../std/primitive.bool.html
471471
///
472472
/// # Examples

0 commit comments

Comments
 (0)