From fb7be022cb44d8faec52f17042fa58e4c9f02daf Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 19 Jul 2024 07:58:16 +0100 Subject: [PATCH] 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/ --- docs/ref/templates/builtins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 2413cb1d824..a97fd9e9e0c 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2883,8 +2883,8 @@ If ``value`` is ``"https://www.example.org/"``, the output will be Converts URLs and email addresses in text into clickable links. This template tag works on links prefixed with ``http://``, ``https://``, or -``www.``. For example, ``https://goo.gl/aia1t`` will get converted but -``goo.gl/aia1t`` won't. +``www.``. For example, ``https://djangocon.eu`` will get converted but +``djangocon.eu`` won't. It also supports domain-only links ending in one of the original top level domains (``.com``, ``.edu``, ``.gov``, ``.int``, ``.mil``, ``.net``, and