8000 Updated copyright link to license in repo · python/python-docs-theme@26ff83d · GitHub
[go: up one dir, main page]

Skip to content

Commit 26ff83d

Browse files
authored
Updated copyright link to license in repo
This should fix issues 652 in the devguide.
1 parent 0f18f09 commit 26ff83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
{% block footer %}
4747
<div class="footer">
48-
&copy; <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
48+
&copy; <a href="https://github.com/python/devguide/blob/master/LICENSE">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
4949
<br />
5050
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
5151
<br />

0 commit comments

Comments
 (0)
0