summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-11-28 15:03:48 +0100
committerSaptak Sengupta <saptak013@gmail.com>2025-12-18 15:22:30 +0530
commita29ae32066bf63d2dfabaefe9ea227d4cb63fc0f (patch)
treea297790a733954c4b83fcf35a6fd41fadfad099c /docs/templates
parent114ffb4627710067e6b832e0ae68d02d97fd40e7 (diff)
Removed relative urls.
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/docs/doc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/docs/doc.html b/docs/templates/docs/doc.html
index 114165ba..5c960f4a 100644
--- a/docs/templates/docs/doc.html
+++ b/docs/templates/docs/doc.html
@@ -183,7 +183,7 @@
<dt><a href="{% url 'document-detail' lang=lang version=version url="faq" host 'docs' %}">{% trans "FAQ" %}</a></dt>
<dd>{% blocktrans %}Try the FAQ — it's got answers to many common questions.{% endblocktrans %}</dd>
- <dt><a href="/en/stable/genindex/">{% trans "Index" %}</a>, <a href="/en/stable/py-modindex/">{% trans "Module Index" %}</a>, or <a href="/en/stable/contents/">{% trans "Table of Contents" %}</a></dt>
+ <dt><a href="{% url 'document-detail' lang='en' version='stable' url='genindex' host 'docs' %}">{% trans "Index" %}</a>, <a href="{% url 'document-detail' lang='en' version='stable' url='py-modindex' host 'docs' %}">{% trans "Module Index" %}</a>, or <a href="{% url 'document-detail' lang='en' version='stable' url='contents' host 'docs' %}">{% trans "Table of Contents" %}</a></dt>
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>
<dt><a href="https://chat.djangoproject.com">{% trans "Django Discord Server" %}</a></dt>