Skip to content

Commit

Permalink
Stop using URL shortener in docs
Browse files Browse the repository at this point in the history
tidy will no longer complain about long lines containing links so there
is no reason to use a URL shortener here.
  • Loading branch information
ollie27 committed Aug 7, 2017
1 parent 9593637 commit 49310a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/net/ip.rs
Expand Up @@ -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
Expand Down

0 comments on commit 49310a9

Please sign in to comment.