|
13 | 13 | <h3>Stay Informed</h3> |
14 | 14 | <p>Receive updates on new releases and upcoming projects.</p> |
15 | 15 |
|
16 | | -<p><iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false" |
17 | | - allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p> |
| 16 | +<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p> |
18 | 17 |
|
19 | 18 | <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> |
20 | 19 |
|
@@ -51,21 +50,21 @@ <h3>Contributors</h3> |
51 | 50 | This guide is the result of the collaboration of |
52 | 51 | <a href="https://github.com/kennethreitz/python-guide/graphs/contributors">hundreds of people</a> |
53 | 52 | around the world, and your contributions |
54 | | - <a href="http://docs.python-guide.org/en/latest/notes/contribute/">are welcome</a>! |
| 53 | + <a href="https://docs.python-guide.org/notes/contribute/">are welcome</a>! |
55 | 54 | </p> |
56 | 55 |
|
57 | 56 |
|
58 | 57 | <h3>Useful Links</h3> |
59 | 58 | <ul> |
60 | | - <li><a href="http://python-guide.org/">The Guide Website</a></li> |
61 | | - <li><a href="http://github.com/kennethreitz/python-guide">The Guide @ GitHub</a></li> |
62 | | - <li><a href="http://github.com/kennethreitz/python-guide/issues">Issue Tracker</a></li> |
| 59 | + <li><a href="https://docs.python-guide.org/">The Guide Website</a></li> |
| 60 | + <li><a href="http://github.com/realpython/python-guide">The Guide @ GitHub</a></li> |
| 61 | + <li><a href="http://github.com/realpython/python-guide/issues">Issue Tracker</a></li> |
63 | 62 | <li><a href="https://media.readthedocs.org/pdf/python-guide/latest/python-guide.pdf">The Guide as a PDF</a></li> |
64 | 63 | </ul> |
65 | 64 |
|
66 | 65 | <h3>Translations</h3> |
67 | 66 | <ul> |
68 | | - <li><a href="http://docs.python-guide.org/en/latest/">English</a></li> |
| 67 | + <li><a href="https://docs.python-guide.org/">English</a></li> |
69 | 68 | <li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li> |
70 | 69 | <li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li> |
71 | 70 | <li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li> |
|
0 commit comments