Skip to content

Commit 64c752a

Browse files
committed
Update /en/latest/ internal links
1 parent fc0e41f commit 64c752a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ How to contribute
44
This guide is under heavy development. If you would like to contribute, please
55
see:
66

7-
https://docs.python-guide.org/en/latest/notes/contribute/
7+
https://docs.python-guide.org/notes/contribute/
88

99
How to test your changes
1010
------------------------
@@ -34,4 +34,4 @@ Style Guide
3434

3535
For all contributions, please follow the `Guide Style Guide`:
3636

37-
https://docs.python-guide.org/en/latest/notes/styleguide/
37+
https://docs.python-guide.org/notes/styleguide/

docs/404.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It looks like this was the result of either:
1010

1111
`Click here to go back to the homepage. <https://docs.python-guide.org/>`_
1212

13-
Or, try `searching <https://docs.python-guide.org/en/latest/search/>`_.
13+
Or, try `searching <https://docs.python-guide.org/search/>`_.
1414

1515
.. raw:: html
1616

docs/_templates/sidebarintro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3>Contributors</h3>
5050
This guide is the result of the collaboration of
5151
<a href="https://github.com/kennethreitz/python-guide/graphs/contributors">hundreds of people</a>
5252
around the world, and your contributions
53-
<a href="https://docs.python-guide.org/en/latest/notes/contribute/">are welcome</a>!
53+
<a href="https://docs.python-guide.org/notes/contribute/">are welcome</a>!
5454
</p>
5555

5656

@@ -64,7 +64,7 @@ <h3>Useful Links</h3>
6464

6565
<h3>Translations</h3>
6666
<ul>
67-
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
67+
<li><a href="https://docs.python-guide.org/">English</a></li>
6868
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
6969
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
7070
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>

docs/_templates/sidebarlogo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>Other Projects</h3>
4848

4949
<h3>Translations</h3>
5050
<ul>
51-
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
51+
<li><a href="https://docs.python-guide.org/">English</a></li>
5252
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
5353
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
5454
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ using your OS package manager, you may have to `install pip <https://pip.pypa.io
6262
.. _python.org: https://python.org
6363
.. _pip: https://pypi.org/project/pip/
6464
.. _Homebrew: https://brew.sh
65-
.. _Installing Python: https://docs.python-guide.org/en/latest/starting/installation/
65+
.. _Installing Python: https://docs.python-guide.org/starting/installation/
6666

6767

6868
Installing Pipenv

0 commit comments

Comments
 (0)