summaryrefslogtreecommitdiff
path: root/django/template
diff options
context:
space:
mode:
authorumair mehmood <umairapi1995@gmail.com>2024-03-11 00:05:15 +0500
committerGitHub <noreply@github.com>2024-03-10 20:05:15 +0100
commit4114179ca7e025c044b721953b90aa33e4c4e442 (patch)
tree84f0ffb260c11e977f72839f619461f8525f1799 /django/template
parenta7baa874d8452859060ecd28c83cecd566f756e3 (diff)
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.
Diffstat (limited to 'django/template')
-rw-r--r--django/template/smartif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/smartif.py b/django/template/smartif.py
index 0a917c2aaa..6a6a03dd84 100644
--- a/django/template/smartif.py
+++ b/django/template/smartif.py
@@ -3,7 +3,7 @@ Parser and utilities for the smart 'if' tag
"""
# Using a simple top down parser, as described here:
-# http://effbot.org/zone/simple-top-down-parsing.htm.
+# https://11l-lang.org/archive/simple-top-down-parsing/
# 'led' = left denotation
# 'nud' = null denotation
# 'bp' = binding power (left = lbp, right = rbp)