summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-30 17:14:40 -0500
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-30 17:14:40 -0500
commitb0ad2499c8641d29affc90f565e6628d333d2a96 (patch)
treebe0efafc79d1c7962125264b63afd813aff5ad45 /docs/_templates
parent8f20b7dc8f79046d0a1015b9605df5c30fa44197 (diff)
downloadpython-requests-b0ad2499c8641d29affc90f565e6628d333d2a96.tar.gz
Prefer https:// for URLs throughout project
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/sidebarintro.html12
-rw-r--r--docs/_templates/sidebarlogo.html12
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index 88251989..6bfc5cef 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -25,17 +25,17 @@
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
<p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
-<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
+<p><a href="https://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
<h3>Other Projects</h3>
-<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
+<p>More <a href="https://www.kennethreitz.org/">Kenneth Reitz</a> projects:</p>
<ul>
- <li><a href="http://html.python-requests.org/">Requests-HTML</a></li>
+ <li><a href="https://html.python-requests.org/">Requests-HTML</a></li>
<li><a href="http://howtopython.org/">howtopython.org</a></li>
<li><a href="http://pipenv.org/">pipenv</a></li>
- <li><a href="http://pep8.org/">pep8.org</a></li>
- <li><a href="http://httpbin.org/">httpbin.org</a></li>
- <li><a href="http://python-guide.org">The Python Guide</a></li>
+ <li><a href="https://pep8.org/">pep8.org</a></li>
+ <li><a href="https://httpbin.org/">httpbin.org</a></li>
+ <li><a href="https://docs.python-guide.org/">The Python Guide</a></li>
<li><a href="https://github.com/kennethreitz/maya">Maya: Datetimes for Humans</a></li>
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html
index 263f4407..7fe26493 100644
--- a/docs/_templates/sidebarlogo.html
+++ b/docs/_templates/sidebarlogo.html
@@ -20,7 +20,7 @@
<h3>Stay Informed</h3>
<p>Receive updates on new releases and upcoming projects.</p>
-<p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
+<p><a href="https://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
<hr/>
@@ -34,14 +34,14 @@
<h3>Other Projects</h3>
-<p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
+<p>More <a href="https://www.kennethreitz.org/">Kenneth Reitz</a> projects:</p>
<ul>
- <li><a href="http://html.python-requests.org/">Requests-HTML</a></li>
+ <li><a href="https://html.python-requests.org/">Requests-HTML</a></li>
<li><a href="http://howtopython.org/">howtopython.org</a></li>
<li><a href="http://pipenv.org/">pipenv</a></li>
- <li><a href="http://pep8.org/">pep8.org</a></li>
- <li><a href="http://httpbin.org/">httpbin.org</a></li>
- <li><a href="http://python-guide.org">The Python Guide</a></li>
+ <li><a href="https://pep8.org/">pep8.org</a></li>
+ <li><a href="https://httpbin.org/">httpbin.org</a></li>
+ <li><a href="https://docs.python-guide.org/">The Python Guide</a></li>
<li><a href="https://github.com/kennethreitz/maya">Maya: Datetimes for Humans</a></li>
<li><a href="https://github.com/kennethreitz/records">Records: SQL for Humans</a></li>
<li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>