Skip to content

Commit 750575c

Browse files
committed
Fix outdated source links
1 parent 7cc22e8 commit 750575c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

speed_python/templates/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ <h4>The Hosting</h4>
6666
<p>We can not thank OSUOSL enough for the hosting and administration.</p>
6767

6868
<h3>About the benchmarks</h3>
69-
<p>The code can be found <a href="https://github.com/python/performance">here</a>.</p>
69+
<p>The code can be found <a href="https://github.com/python/pyperformance">here</a>.</p>
7070
<h3>About Python</h3>
7171
<p>Python is a programming language that lets you work quickly and integrate systems more effectively.</p>
7272
<p>Main website: <a href="https://python.org/">python.org</a></p>
7373
<h3>About Codespeed</h3>
7474
Codespeed is a web application to monitor and analyze the performance of your code.
7575
<p>Original Code: <a href="https://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p>
76-
<p>Code for this site: <a href="https://github.com/zware/codespeed">github.com/zware/codespeed</a></p>
76+
<p>Code for this site: <a href="https://github.com/python/codespeed/tree/speed.python.org">github.com/python/codespeed</a></p>
7777
<p>Wiki: <a href="https://github.com/tobami/codespeed/wiki">github.com/tobami/codespeed/wiki</a></p>
7878
<h3>Contact</h3>
7979
<p>For problems or suggestions about this website write to us on

0 commit comments

Comments
 (0)