Skip to content

Commit 3cea249

Browse files
hugovkezio-melotti
andauthored
Update hyperlink redirects (#1380)
* Update hyperlink redirects * Update index.rst Co-authored-by: Ezio Melotti <[email protected]> --------- Co-authored-by: Ezio Melotti <[email protected]>
1 parent b16430b commit 3cea249

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code of Conduct
44
Please note that all interactions on
55
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
66
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
7-
by the [PSF Code of Conduct](https://www.python.org/psf/conduct/),
7+
by the [PSF Code of Conduct](https://policies.python.org/python.org/code-of-conduct/),
88
which includes all infrastructure used in the development of Python itself
99
(for example, mailing lists, issue trackers, GitHub, etc.).
1010

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ someone could take a look at your pull request.
4040
## Code of Conduct
4141

4242
All interactions for this project are covered by the
43-
[PSF Code of Conduct](https://www.python.org/psf/conduct/). Everyone is
43+
[PSF Code of Conduct](https://policies.python.org/python.org/code-of-conduct/). Everyone is
4444
expected to be open, considerate, and respectful of others no matter their
4545
position within the project.

core-developers/become-core-developer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ are granted through these steps:
5959
were in the form of a separate post on the already open topic with
6060
the poll.
6161

62-
.. _Code of Conduct: https://www.python.org/psf/conduct/
62+
.. _Code of Conduct: https://policies.python.org/python.org/code-of-conduct/
6363
.. _Committers category: https://discuss.python.org/c/committers/5
6464
.. _Python Discourse: https://discuss.python.org

core-developers/responsibilities.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ And finally, enjoy yourself! Contributing to open source software should be fun
127127
(overall). If you find yourself no longer enjoying the work then either take a
128128
break or figure out what you need to do to make it enjoyable again.
129129

130-
.. _PSF Code of Conduct: https://www.python.org/psf/conduct/
130+
.. _PSF Code of Conduct: https://policies.python.org/python.org/code-of-conduct/

developer-workflow/communication-channels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mailing list mode" and save changes.
181181
.. _Core Development: https://discuss.python.org/c/core-dev/23
182182
.. _Committers: https://discuss.python.org/c/committers/5
183183
.. _Ideas: https://discuss.python.org/c/ideas/6
184-
.. _Python Help: https://discuss.python.org/c/users/7
184+
.. _Python Help: https://discuss.python.org/c/help/7
185185

186186

187187
Discord (private chat server)

getting-started/setup-building.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ itself. Git is easily available for all common operating systems.
4343
- **Install**
4444

4545
As the CPython repo is hosted on GitHub, please refer to either the
46-
`GitHub setup instructions <https://docs.github.com/en/get-started/quickstart/set-up-git>`_
46+
`GitHub setup instructions <https://docs.github.com/en/get-started/getting-started-with-git/set-up-git>`_
4747
or the `Git project instructions <https://git-scm.com>`_ for step-by-step
4848
installation directions. You may also want to consider a graphical client
4949
such as `TortoiseGit <https://tortoisegit.org/>`_ or

index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Please note that all interactions on
287287
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
288288
infrastructure is `covered
289289
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
290-
by the `PSF Code of Conduct <https://www.python.org/psf/conduct/>`__,
290+
by the `PSF Code of Conduct <https://policies.python.org/python.org/code-of-conduct/>`__,
291291
which includes all infrastructure used in the development of Python itself
292292
(for example, mailing lists, issue trackers, GitHub, etc.).
293293
In general this means everyone is expected to be open, considerate, and
@@ -322,7 +322,7 @@ Full table of contents
322322
.. _python.org maintenance: https://pythondotorg.readthedocs.io/
323323
.. _Python: https://www.python.org/
324324
.. _Core Python Mentorship: https://www.python.org/dev/core-mentorship/
325-
.. _PyPy: https://www.pypy.org
325+
.. _PyPy: https://pypy.org
326326
.. _Jython: https://www.jython.org/
327327
.. _IronPython: https://ironpython.net/
328328
.. _Stackless: https://github.com/stackless-dev/stackless/wiki/

internals/interpreter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The ``tb_lineno`` field of a traceback entry is (lazily) set to the line number
190190
This field is computed from the locations table, ``co_linetable`` (this name is an understatement), using :c:func:`PyCode_Addr2Line`.
191191
This table has an entry for every instruction rather than for every ``try`` block, so a compact format is very important.
192192

193-
The full design of the 3.11 locations table is written up in :cpy-file:`Objects/locations.md`.
193+
The full design of the 3.11 locations table is written up in :cpy-file:`InternalDocs/locations.md`.
194194
While there are rumors that this file is slightly out of date, it is still the best reference we have.
195195
Don't be confused by :cpy-file:`Objects/lnotab_notes.txt`, which describes the 3.10 format.
196196
For backwards compatibility this format is still supported by the ``co_lnotab`` property.

internals/parser.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ References
914914
https://pdos.csail.mit.edu/~baford/packrat/thesis/
915915
916916
.. [2] Medeiros et al.
917-
https://arxiv.org/pdf/1207.0443.pdf
917+
https://arxiv.org/pdf/1207.0443
918918
919919
.. [3] Warth et al.
920920
http://web.cs.ucla.edu/~todd/research/pepm08.pdf

testing/new-buildbot-worker.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Latent workers
207207
--------------
208208

209209
We also support running `latent workers
210-
<http://docs.buildbot.net/current/manual/configuration/workers.html#latent-workers>`_
210+
<https://docs.buildbot.net/current/manual/configuration/workers.html#latent-workers>`_
211211
on the AWS EC2 service. To set up such a worker:
212212

213213
* Start an instance of your chosen base AMI and set it up as a

triage/triage-team.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or a veteran core developer, they're actively choosing to voluntarily donate the
5353
time towards the improvement of Python. As is the case with any member of
5454
the Python Software Foundation, always follow the `PSF Code of Conduct`_.
5555

56-
.. _PSF Code of Conduct: https://www.python.org/psf/conduct/
56+
.. _PSF Code of Conduct: https://policies.python.org/python.org/code-of-conduct/
5757

5858

5959
Becoming a member of the Python triage team

0 commit comments

Comments
 (0)