mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Update /en/latest/ internal links
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ It looks like this was the result of either:
|
||||
|
||||
`Click here to go back to the homepage. <https://docs.python-guide.org/>`_
|
||||
|
||||
Or, try `searching <https://docs.python-guide.org/en/latest/search/>`_.
|
||||
Or, try `searching <https://docs.python-guide.org/search/>`_.
|
||||
|
||||
.. raw:: html
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -50,7 +50,7 @@
|
||||
This guide is the result of the collaboration of
|
||||
<a href="https://github.com/kennethreitz/python-guide/graphs/contributors">hundreds of people</a>
|
||||
around the world, and your contributions
|
||||
<a href="https://docs.python-guide.org/en/latest/notes/contribute/">are welcome</a>!
|
||||
<a href="https://docs.python-guide.org/notes/contribute/">are welcome</a>!
|
||||
</p>
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<h3>Translations</h3>
|
||||
<ul>
|
||||
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
|
||||
<li><a href="https://docs.python-guide.org/">English</a></li>
|
||||
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
||||
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
||||
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
||||
|
||||
Vendored
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
<h3>Translations</h3>
|
||||
<ul>
|
||||
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
|
||||
<li><a href="https://docs.python-guide.org/">English</a></li>
|
||||
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
||||
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
||||
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
||||
|
||||
@@ -62,7 +62,7 @@ using your OS package manager, you may have to `install pip <https://pip.pypa.io
|
||||
.. _python.org: https://python.org
|
||||
.. _pip: https://pypi.org/project/pip/
|
||||
.. _Homebrew: https://brew.sh
|
||||
.. _Installing Python: https://docs.python-guide.org/en/latest/starting/installation/
|
||||
.. _Installing Python: https://docs.python-guide.org/starting/installation/
|
||||
|
||||
|
||||
Installing Pipenv
|
||||
|
||||
Reference in New Issue
Block a user