8000 http -> https for docs · pythonanywhere/pythondotorg@0774296 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0774296

Browse files
committed
http -> https for docs
1 parent dff1171 commit 0774296

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

templates/python/documentation.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,40 @@
4747

4848
<h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>Python 3.x Resources</h2>
4949
<ul>
50-
<li><a href="http://docs.python.org/3/">Browse Python 3.4.0 Documentation</a> - <a href="http://docs.python.org/3/py-modindex.html">(Module Index)</a>
50+
< 8000 li><a href="https://docs.python.org/3/">Browse Python 3.4.0 Documentation</a> - <a href="http://docs.python.org/3/py-modindex.html">(Module Index)</a>
5151
<ul>
52-
<li><a href="http://docs.python.org/3/whatsnew/3.4.html">What's new in Python 3.4</a></li>
53-
<li><a href="http://docs.python.org/3/tutorial/index.html">Tutorial</a></li>
54-
<li><a href="http://docs.python.org/3/library/index.html">Library Reference</a></li>
55-
<li><a href="http://docs.python.org/3/reference/index.html">Language Reference</a></li>
56-
<li><a href="http://docs.python.org/3/extending/index.html">Extending and Embedding</a></li>
57-
<li><a href="http://docs.python.org/3/c-api/index.html">Python/C API</a></li>
58-
<li><a href="http://docs.python.org/3/using/index.html">Using Python</a></li>
59-
<li><a href="http://docs.python.org/3/howto/index.html">Python HOWTOs</a></li>
52+
<li><a href="https://docs.python.org/3/whatsnew/3.4.html">What's new in Python 3.4</a></li>
53+
<li><a href="https://docs.python.org/3/tutorial/index.html">Tutorial</a></li>
54+
<li><a href="https://docs.python.org/3/library/index.html">Library Reference</a></li>
55+
<li><a href="https://docs.python.org/3/reference/index.html">Language Reference</a></li>
56+
<li><a href="https://docs.python.org/3/extending/index.html">Extending and Embedding</a></li>
57+
<li><a href="https://docs.python.org/3/c-api/index.html">Python/C API</a></li>
58+
<li><a href="https://docs.python.org/3/using/index.html">Using Python</a></li>
59+
<li><a href="https://docs.python.org/3/howto/index.html">Python HOWTOs</a></li>
6060
</ul>
6161
</li>
62-
<li><a href="http://docs.python.org/3/search.html">Search the online docs</a></li>
63-
<li><a href="http://docs.python.org/3/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
62+
<li><a href="https://docs.python.org/3/search.html">Search the online docs</a></li>
63+
<li><a href="https://docs.python.org/3/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
6464
</ul>
6565
</div>
6666

6767
<div class="medium-widget last">
6868
<h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>Python 2.x Resources</h2>
6969
<ul>
70-
<li><a href="http://docs.python.org/2/">Browse Current Documentation</a> - <a href="http://docs.python.org/2/py-modindex.html">(Module Index)</a>
70+
<li><a href="https://docs.python.org/2/">Browse Current Documentation</a> - <a href="http://docs.python.org/2/py-modindex.html">(Module Index)</a>
7171
<ul>
72-
<li><a href="http://docs.python.org/2/whatsnew/2.7.html">What's new in Python 2.7</a></li>
73-
<li><a href="http://docs.python.org/2/tutorial/index.html">Tutorial</a></li>
74-
<li><a href="http://docs.python.org/2/library/index.html">Library Reference</a></li>
75-
8000 <li><a href="http://docs.python.org/2/reference/index.html">Language Reference</a></li>
76-
<li><a href="http://docs.python.org/2/extending/index.html">Extending and Embedding</a></li>
77-
<li><a href="http://docs.python.org/2/c-api/index.html">Python/C API</a></li>
78-
<li><a href="http://docs.python.org/2/using/index.html">Using Python</a></li>
79-
<li><a href="http://docs.python.org/2/howto/index.html">Python HOWTOs</a></li>
72+
<li><a href="https://docs.python.org/2/whatsnew/2.7.html">What's new in Python 2.7</a></li>
73+
<li><a href="https://docs.python.org/2/tutorial/index.html">Tutorial</a></li>
74+
<li><a href="https://docs.python.org/2/library/index.html">Library Reference</a></li>
75+
<li><a href="https://docs.python.org/2/reference/index.html">Language Reference</a></li>
76+
<li><a href="https://docs.python.org/2/extending/index.html">Extending and Embedding</a></li>
77+
<li><a href="https://docs.python.org/2/c-api/index.html">Python/C API</a></li>
78+
<li><a href="https://docs.python.org/2/using/index.html">Using Python</a></li>
79+
<li><a href="https://docs.python.org/2/howto/index.html">Python HOWTOs</a></li>
8080
</ul>
8181
</li>
82-
<li><a href="http://docs.python.org/2/search.html">Search the online docs</a></li>
83-
<li><a href="http://docs.python.org/2/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
82+
<li><a href="https://docs.python.org/2/search.html">Search the online docs</a></li>
83+
<li><a href="https://docs.python.org/2/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
8484
</ul>
8585
</div>
8686

0 commit comments

Comments
 (0)
0