Skip to content

Commit 45ba6c3

Browse files
JulienPalardberkerpeksag
authored andcommitted
Use HTTPS URLs where applicable (#1234)
1 parent 9a2054b commit 45ba6c3

File tree

13 files changed

+42
-42
lines changed

13 files changed

+42
-42
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python.org
22

33
[![Build Status](https://travis-ci.org/python/pythondotorg.svg?branch=master)](https://travis-ci.org/python/pythondotorg)
4-
[![Documentation Status](https://readthedocs.org/projects/pythondotorg/badge/?version=latest)](http://pythondotorg.readthedocs.org/?badge=latest)
4+
[![Documentation Status](https://readthedocs.org/projects/pythondotorg/badge/?version=latest)](https://pythondotorg.readthedocs.io/?badge=latest)
55

66
### General information
77

blogs/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class BlogEntry(models.Model):
1010
"""
1111
Model to store Blog entries from Blogger
12-
Specificially http://blog.python.org/
12+
Specificially https://blog.python.org/
1313
Feed URL is defined in settings.PYTHON_BLOG_FEED_URL
1414
"""
1515
title = models.CharField(max_length=200)

codesamples/factories.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initial_data():
4242
<p>Experienced programmers in any other language can pick up Python very
4343
quickly, and beginners find the clean syntax and indentation structure
4444
easy to learn.
45-
<a href=\"http://docs.python.org/3.3/tutorial/\">Whet your appetite</a>
45+
<a href=\"https://docs.python.org/3/tutorial/\">Whet your appetite</a>
4646
with our Python overview.</p>
4747
"""
4848
),
@@ -64,7 +64,7 @@ def initial_data():
6464
straightforward: the operators <code>+</code>, <code>-</code>,
6565
<code>*</code> and <code>/</code> work as expected; parentheses
6666
<code>()</code> can be used for grouping.
67-
<a href=\"http://docs.python.org/3.3/tutorial/introduction.html
67+
<a href=\"https://docs.python.org/3/tutorial/introduction.html
6868
#using-python-as-a-calculator\">More about simple math functions</a>.
6969
</p>
7070
"""
@@ -86,7 +86,7 @@ def initial_data():
8686
<p>Lists (known as arrays in other languages) are one of the
8787
compound data types that Python understands. Lists can be indexed,
8888
sliced and manipulated with other built-in functions.
89-
<a href=\"http://docs.python.org/3.3/tutorial/introduction.html
89+
<a href=\"https://docs.python.org/3/tutorial/introduction.html
9090
#lists\">More about lists</a></p>
9191
"""
9292
),
@@ -111,7 +111,7 @@ def initial_data():
111111
languages speak &mdash; <code>if</code>, <code>for</code>,
112112
<code>while</code> and <code>range</code> &mdash; with some of
113113
its own twists, of course.
114-
<a href=\"http://docs.python.org/3.3/tutorial/controlflow.html\">
114+
<a href=\"https://docs.python.org/3/tutorial/controlflow.html\">
115115
More control flow tools</a></p>
116116
"""
117117
),
@@ -136,7 +136,7 @@ def initial_data():
136136
<p>The core of extensible programming is defining functions.
137137
Python allows mandatory and optional arguments, keyword arguments,
138138
and even arbitrary argument lists.
139-
<a href=\"http://docs.python.org/3.3/tutorial/controlflow.html
139+
<a href=\"https://docs.python.org/3/tutorial/controlflow.html
140140
#defining-functions\">More about defining functions</a></p>
141141
"""
142142
),

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ will need to set a password before using it::
3636
You will also need to run ``./manage.py create_initial_data`` to create
3737
initial data for the most used applications.
3838

39-
.. _Ansible: http://docs.ansible.com/ansible/intro_installation.html
39+
.. _Ansible: https://docs.ansible.com/ansible/intro_installation.html
4040

4141
.. _manual-setup:
4242

static/fonts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<section class="mtm clearfix" id="glyphs">
8686
<header>
8787
<h1>Your font contains the following glyphs</h1>
88-
<p>The generated SVG font can be imported back to <a href="http://icomoon.io/app">IcoMoon</a> for modification.</p>
88+
<p>The generated SVG font can be imported back to <a href="https://icomoon.io/app">IcoMoon</a> for modification.</p>
8989
</header>
9090
<div class="glyph">
9191
<div class="fs1" aria-hidden="true" data-icon="&#xe000;"></div>
@@ -399,7 +399,7 @@ <h1>Class Names</h1>
399399
</span>
400400
</section>
401401
<footer>
402-
<p>Generated by <a href="http://icomoon.io">IcoMoon.io</a></p>
402+
<p>Generated by <a href="https://icomoon.io">IcoMoon.io</a></p>
403403
</footer>
404404
</div>
405405
<script>

templates/base.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
{# Site link search #}
108108
<script type="application/ld+json">
109109
{
110-
"@context": "http://schema.org",
110+
"@context": "https://schema.org",
111111
"@type": "WebSite",
112112
"url": "https://www.python.org/",
113113
"potentialAction": {
@@ -218,9 +218,9 @@ <h1 class="site-headline">
218218
<li class="tier-1 last" aria-haspopup="true">
219219
<a href="#" class="action-trigger">Socialize</a>
220220
<ul class="subnav menu">
221-
<li class="tier-2 element-1" role="treeitem"><a href="http://plus.google.com/+Python"><span aria-hidden="true" class="icon-google-plus"></span>Google+</a></li>
222-
<li class="tier-2 element-2" role="treeitem"><a href="http://www.facebook.com/pythonlang?fref=ts"><span aria-hidden="true" class="icon-facebook"></span>Facebook</a></li>
223-
<li class="tier-2 element-3" role="treeitem"><a href="http://twitter.com/ThePSF"><span aria-hidden="true" class="icon-twitter"></span>Twitter</a></li>
221+
<li class="tier-2 element-1" role="treeitem"><a href="https://plus.google.com/+Python"><span aria-hidden="true" class="icon-google-plus"></span>Google+</a></li>
222+
<li class="tier-2 element-2" role="treeitem"><a href="https://www.facebook.com/pythonlang?fref=ts"><span aria-hidden="true" class="icon-facebook"></span>Facebook</a></li>
223+
<li class="tier-2 element-3" role="treeitem"><a href="https://twitter.com/ThePSF"><span aria-hidden="true" class="icon-twitter"></span>Twitter</a></li>
224224
<li class="tier-2 element-4" role="treeitem"><a href="/community/irc/"><span aria-hidden="true" class="icon-freenode"></span>Chat on IRC</a></li>
225225
</ul>
226226
</li>

templates/community/microbit.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@
1111
<h2>Links</h2>
1212

1313
<ul>
14-
<li><a href="http://micropython.org/">MicroPython</a> is the
14+
<li><a href="https://micropython.org/">MicroPython</a> is the
1515
version of Python that runs on the BBC micro:bit. It's a full
1616
reimplementation of Python 3 created by Damien George.</li>
1717
<li>The <a href="https://github.com/bbcmicrobit/micropython">source code</a>
1818
for the BBC micro:bit port is open source, so you can contribute.
1919
Our youngest contributor so far was 11 years old.</li>
2020
<li>There is comprehensive documentation for both
21-
<a href="http://microbit-micropython.readthedocs.org/en/latest/index.html">developers</a> and
22-
<a href="http://microbit-micropython.readthedocs.org/en/latest/tutorials/introduction.html">teachers</a>.</li>
21+
<a href="https://microbit-micropython.readthedocs.io/en/latest/index.html">developers</a> and
22+
<a href="https://microbit-micropython.readthedocs.io/en/latest/tutorials/introduction.html">teachers</a>.</li>
2323
<li>In addition to the Python editor built into the
24-
<a href="http://microbit.co.uk/">official website</a>, there is
25-
a native editor <a href="http://codewith.mu/">called Mu</a> (that
24+
<a href="https://microbit.org/">official website</a>, there is
25+
a native editor <a href="https://codewith.mu/">called Mu</a> (that
2626
works on Windows, OSX, Linux and Raspberry Pi). There is also an
2727
editor
2828
<a href="https://github.com/ntoll/python-native-editor">for
2929
ChromeOS</a>.</li>
3030
<li>Various cross-platform command-line tools have been created
3131
for MicroPython on the BBC micro:bit. The
32-
<a href="http://uflash.readthedocs.org/en/latest/">uFlash
32+
<a href="https://uflash.readthedocs.io/en/latest/">uFlash
3333
utility</a> makes it easy to flash the BBC micro:bit with Python
3434
scripts and
3535
<a href="https://github.com/ntoll/microrepl">microrepl</a>
3636
simplifies connecting to Python running on the device.</li>
3737
<li>To create comics like the one at the top of this page (they're
3838
great for educational resources) try out our
39-
<a href="http://pycomic.github.io/">Python comic generator</a>.</li>
39+
<a href="https://pycomic.github.io/">Python comic generator</a>.</li>
4040
<li>We've also created a
41-
<a href="http://pycomic.github.io/microbit.html">BBC micro:bit</a>
41+
<a href="https://pycomic.github.io/microbit.html">BBC micro:bit</a>
4242
simulator to mocking up the outputs from a device. Also very good
4343
for use in educational resources.</li>
4444
</ul>
@@ -47,7 +47,7 @@ <h2>Community</h2>
4747

4848
<ul>
4949
<li>During development, we sent some of the devices on a
50-
<a href="http://microworldtour.github.io/">World Tour</a>. Check
50+
<a href="https://microworldtour.github.io/">World Tour</a>. Check
5151
out their travelogues for lots of cool projects and ideas.</li>
5252
<li>There is a
5353
<a href="https://mail.python.org/mailman/listinfo/microbit">mailing
@@ -58,7 +58,7 @@ <h2>Community</h2>
5858
join the #microbit channel on
5959
<a href="https://freenode.net/">Freenode IRC</a>.</li>
6060
<li>Finally, our friends at
61-
<a href="http://community.computingatschool.org.uk/">Computing at
61+
<a href="https://community.computingatschool.org.uk/">Computing at
6262
School</a> have a wide range of teacher created resources and
6363
community events to get involved with and
6464
<a href="http://pyconuk.org/">PyCon UK</a> has had a flourishing

templates/humans.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
/* TEAMS */
66
Revolution Systems
77
Location: Lawrence, KS, USA
8-
Site: http://www.revsys.com
9-
Twitter: http://twitter.com/revsys
8+
Site: https://www.revsys.com
9+
Twitter: https://twitter.com/revsys
1010

1111
Guiding Light and Founder: Frank Wiles
12-
Twitter: http://twitter.com/fwiles
12+
Twitter: https://twitter.com/fwiles
1313

1414
Django Guru: Jacob Kaplan-Moss
15-
Twitter: http://twitter.com/jacobian
15+
Twitter: https://twitter.com/jacobian
1616

1717
Back End Developers: Jeff Triplett, Flavio Curella
1818

@@ -21,17 +21,17 @@
2121
Project Evolution
2222
Location: Providence, RI, USA
2323
Site: http://www.projectevolution.com
24-
Twitter: http://twitter.com/pe1999
25-
Facebook: http://facebook.com/pe1999
24+
Twitter: https://twitter.com/pe1999
25+
Facebook: https://facebook.com/pe1999
2626

2727
Guiding Light and Founder: Seth Burke
28-
Twitter: http://twitter.com/srbpe
28+
Twitter: https://twitter.com/srbpe
2929

3030
Technology Director: Peter Landry
31-
Twitter: http://twitter.com/ubercore
31+
Twitter: https://twitter.com/ubercore
3232

3333
Design Director: J. Hogue
34-
Twitter: http://twitter.com/artinruins
34+
Twitter: https://twitter.com/artinruins
3535

3636
Front End Development: Barry Menard, Jamie Re
3737
Back End Development: Ray Schamp, Ben Spaulding, Matt Mikula
@@ -47,9 +47,9 @@
4747

4848

4949
/* PEOPLE WHO FOUND SECURITY BUGS IN THE WEBSITE */
50-
Osama Mahmood (http://osamamahmood.blogspot.com)
51-
Rafael Pablos (http://silverneox.blogspot.com)
52-
Yadnyawalkya Tale (http://yadnyawalkya.blogspot.in)
50+
Osama Mahmood (https://osamamahmood.blogspot.com)
51+
Rafael Pablos (https://silverneox.blogspot.com)
52+
Yadnyawalkya Tale (https://yadnyawalkya.blogspot.in)
5353
Jose Carlos Exposito
5454
Wai Yan Aung
5555

templates/jobs/job_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3 class="widget-title">More jobs in <a href="{% url 'jobs:job_list_category' s
225225
<script type="text/javascript">
226226
// TODO: allow configuring canned responses in admin
227227
var responses = {
228-
"voluntary": "The Python Job Board is for paid positions only. The Python Community has a separate Wiki for listing voluntary positions available at http://wiki.python.org/moin/VolunteerOpportunities.",
228+
"voluntary": "The Python Job Board is for paid positions only. The Python Community has a separate Wiki for listing voluntary positions available at https://wiki.python.org/moin/VolunteerOpportunities.",
229229
"not_python": "The Python Job Board is for positions in which the primary role involves the Python programming language or development frameworks based on Python.\n\nPlease rephrase and resubmit.\n\nThanks.",
230230
"formatting": "Please resubmit your posting and check that the job description and/or requirements text renders fine in the job preview.\n\nThanks.",
231231
"duplicate": "This seems to be a duplicate of your earlier posting.\n\nIf not, please rephrase to make the difference clear.\n\nThanks."

templates/python/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>P
5252
{% else %}
5353
<a href="https://docs.python.org/3/">Browse Current Documentation</a>
5454
{% endif %}
55-
- <a href="http://docs.python.org/3/py-modindex.html">(Module Index)</a>
55+
- <a href="https://docs.python.org/3/py-modindex.html">(Module Index)</a>
5656
<ul>
5757
<li>
5858
{% if latest_python3 %}
@@ -84,7 +84,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>P
8484
{% else %}
8585
<a href="https://docs.python.org/2/">Browse Current Documentation</a>
8686
{% endif %}
87-
- <a href="http://docs.python.org/2/py-modindex.html">(Module Index)</a>
87+
- <a href="https://docs.python.org/2/py-modindex.html">(Module Index)</a>
8888
<ul>
8989
<li><a href="https://docs.python.org/2/whatsnew/2.7.html">What's new in Python 2.7</a></li>
9090
<li><a href="https://docs.python.org/2/tutorial/index.html">Tutorial</a></li>

0 commit comments

Comments
 (0)