Skip to content

Commit f6410ee

Browse files
ferdnycdiegorusso
authored andcommitted
about.html: Fix links, use HTTPS urls
- Made all remaining links https:// except for jessenoller.com, which doesn't have a valid certificate - The jessenoller.com post has been moved to a slightly different URL, updated link - wiki.github.com isn't even a valid host; fixed wiki link
1 parent 160640c commit f6410ee

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

speed_python/templates/about.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<h3>About this site</h3>
88
<p>Welcome to the speed.python.org project - this project is aimed at
99
constructing a shared benchmark system based on the excellent
10-
<a href="http://speed.pypy.org/" target="_blank">speed.pypy.org</a>
10+
<a href="https://speed.pypy.org/" target="_blank">speed.pypy.org</a>
1111
project.</p>
1212
<p>This project will setup a common, shared instance of the benchmarking
1313
suite and visualization tools put together by the
14-
<a href="http://pypy.org/" target="_blank">PyPy team</a>, based on work
15-
from the <a href="http://code.google.com/p/unladen-swallow/" target="_blank">
14+
<a href="https://pypy.org/" target="_blank">PyPy team</a>, based on work
15+
from the <a href="https://code.google.com/p/unladen-swallow/" target="_blank">
1616
Unladen Swallow project</a>.
1717
<p>Coming out of the PyCon 2011 VM and language summits, it was commonly
1818
agreed that PyPy, CPython, IronPython and Jython should strive to move
@@ -30,12 +30,12 @@ <h3>About this site</h3>
3030
</p>
3131
<p>You can see the announcement, and more details at the announcement of the
3232
machine acquisition on
33-
<a href="http://jessenoller.com/2011/06/29/announcing-the-new-speed-python-org-machine/" target="_blank">
33+
<a href="http://jessenoller.com/blog/2011/06/29/announcing-the-new-speed-python-org-machine" target="_blank">
3434
Jesse Noller's blog.</a></p>
3535
<p>For now, only CPython is being benchmarked, but we hope to expand in the future.</p>
3636
<h4>The Machine</h4>
3737
<p>Nicknamed "the beast" - the speed.python.org machine was generously donated to the
38-
Python Software foundation by the <a href="http://hp.com/go/linux" target="_blank">
38+
Python Software foundation by the <a href="https://hp.com/go/linux" target="_blank">
3939
HP Open Source Program office</a>.
4040
<p>The hardware specs are:
4141
<ul>
@@ -58,7 +58,7 @@ <h4>The Machine</h4>
5858

5959
<h4>The Hosting</h4>
6060
<p>The racking, stacking and hardware administration and all bandwidth has been
61-
generously donated by the <a href="http://osuosl.org/" target="_blank">
61+
generously donated by the <a href="https://osuosl.org/" target="_blank">
6262
The Oregon State University Open Source Lab</a> (OSUOSL)
6363
who have been amazing open source supporters, and supporters of the Python
6464
Software foundation.</p>
@@ -68,12 +68,12 @@ <h4>The Hosting</h4>
6868
<h4>Resources</h4>
6969
<ul>
7070
<li>
71-
<a href="http://mail.python.org/mailman/listinfo/speed" target="_blank">The mailing list</a>
71+
<a href="https://mail.python.org/mailman/listinfo/speed" target="_blank">The mailing list</a>
7272
is here - if you want to volunteer to help out with the project, this
7373
is the place to start.
7474
</li>
7575
<li>
76-
<a href="http://mail.python.org/pipermail/speed/" target="_blank">The list archives</a>
76+
<a href="https://mail.python.org/pipermail/speed/" target="_blank">The list archives</a>
7777
</li>
7878
</ul>
7979

@@ -84,11 +84,11 @@ <h3>About Python</h3>
8484
<p>Main website: <a href="https://python.org/">python.org</a></p>
8585
<h3>About Codespeed</h3>
8686
Codespeed is a web application to monitor and analyze the performance of your code.
87-
<p>Original Code: <a href="http://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p>
88-
<p>Code for this site: <a href="http://github.com/zware/codespeed">github.com/zware/codespeed</a></p>
89-
<p>Wiki: <a href="http://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p>
87+
<p>Original Code: <a href="https://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p>
88+
<p>Code for this site: <a href="https://github.com/zware/codespeed">github.com/zware/codespeed</a></p>
89+
<p>Wiki: <a href="https://github.com/tobami/codespeed/wiki">github.com/tobami/codespeed/wiki</a></p>
9090
<h3>Contact</h3>
9191
<p>For problems or suggestions about this website write to
92-
<a href="http://mail.python.org/mailman/listinfo/speed">the Python Speed mailing list</a></p>
92+
<a href="https://mail.python.org/mailman/listinfo/speed">the Python Speed mailing list</a></p>
9393
</div>
9494
{% endblock %}

0 commit comments

Comments
 (0)