Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated copyright link to license in repo
  • Loading branch information
jablonskidev authored Mar 7, 2021
commit 0d1f14319f36addbc1d5025a495b0435cf7162d8
2 changes: 1 addition & 1 deletion python_docs_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

{% block footer %}
<div class="footer">
&copy; <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
&copy; <a href="https://github.com/python/devguide/blob/master/LICENSE">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
Comment thread
jablonskidev marked this conversation as resolved.
Outdated
<br />
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
<br />
Expand Down