Skip to content
Merged
Changes from all commits
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
Update the link to the repo at the bottom of pages
The CPython and PyPy instances contain non-trivial changes added since
their source was forked from the original version. This commit helps
visitors find the correct place to report issues and send PRs easily.

Signed-off-by: Masanori Ogino <mogino@acm.org>
  • Loading branch information
omasanori committed Feb 24, 2024
commit 5c9300a3e412c3daddf4f2b413b0d86d7db2fef0
2 changes: 1 addition & 1 deletion codespeed/templates/codespeed/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>{% block page_title %}SPEED CENTER{% endblock page_title %}</h2>
</div>
</div>
{% block footer %}
<div class="footer">Powered by <a href="https://github.com/tobami/codespeed/">Codespeed</a>, <a href="http://www.djangoproject.com/">Django</a> and <a href="http://www.python.org">Python</a></div>
<div class="footer">Powered by <a href="https://github.com/python/codespeed/">Codespeed</a>, <a href="http://www.djangoproject.com/">Django</a> and <a href="http://www.python.org">Python</a></div>
{% endblock %}
</div>

Expand Down