Skip to content

Commit 5c9300a

Browse files
committed
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>
1 parent 263860b commit 5c9300a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/templates/codespeed/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>{% block page_title %}SPEED CENTER{% endblock page_title %}</h2>
4545
</div>
4646
</div>
4747
{% block footer %}
48-
<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>
48+
<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>
4949
{% endblock %}
5050
</div>
5151

0 commit comments

Comments
 (0)