Skip to content

Commit 68f6563

Browse files
dracossarahboyce
authored andcommitted
[5.0.x] Updated example links in urlize docs.
goo.gl links are being removed in 2025: https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/ Backport of fb7be02 from main.
1 parent 4609d53 commit 68f6563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/templates/builtins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,8 +2816,8 @@ If ``value`` is ``"https://www.example.org/"``, the output will be
28162816
Converts URLs and email addresses in text into clickable links.
28172817

28182818
This template tag works on links prefixed with ``http://``, ``https://``, or
2819-
``www.``. For example, ``https://goo.gl/aia1t`` will get converted but
2820-
``goo.gl/aia1t`` won't.
2819+
``www.``. For example, ``https://djangocon.eu`` will get converted but
2820+
``djangocon.eu`` won't.
28212821

28222822
It also supports domain-only links ending in one of the original top level
28232823
domains (``.com``, ``.edu``, ``.gov``, ``.int``, ``.mil``, ``.net``, and

0 commit comments

Comments
 (0)