Skip to content

Commit 91e6ca1

Browse files
committed
refactor(footer): updated documentation link
1 parent b10b921 commit 91e6ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/partials/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="d-none d-lg-inline-block">
1111
<a href="{% get_theme_variables 'license_url' %}" class="footer-link me-4" target="_blank">License</a>
1212
<a href="{% get_theme_variables 'more_themes' %}" target="_blank" class="footer-link me-4">More Themes</a>
13-
<a href="{% get_theme_variables 'documentation' %}/django-introduction.html" target="_blank" class="footer-link me-4">Documentation</a>
13+
<a href="{% get_theme_variables 'documentation' %}" target="_blank" class="footer-link me-4">Documentation</a>
1414
<a href="{% get_theme_variables 'support' %}" target="_blank" class="footer-link d-none d-sm-inline-block">Support</a>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)