Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad524ba

Browse files
Fix some incorrect links (#831)
* Fix some incorrect links * Fix/Remove more broken links/sections * Missed whitespace * Fix broken link about buildbots on Windows. Co-authored-by: Ezio Melotti <[email protected]>
1 parent b094ba4 commit ad524ba

7 files changed

Lines changed: 8 additions & 12 deletions

File tree

buildworker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For Windows:
177177

178178
* Alternatively (note: don't do both!), set up the worker
179179
service as described in the `buildbot documentation
180-
<http://trac.buildbot.net/wiki/RunningBuildbotOnWindows#Service>`_.
180+
<https://docs.buildbot.net/current/manual/installation/requirements.html#windows-support>`_.
181181

182182
To start the worker running for your initial testing, you can do::
183183

c-api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Some examples:
128128
provide the actual function.
129129
For an example, see the ``Py_NewRef`` `macro`_ and `redefinition`_ in 3.10.
130130

131-
.. _macro: https://github.com/python/cpython/blob/v3.10.1/Include/object.h#L591-L595
132-
.. _redefinition: https://github.com/python/cpython/blob/v3.10.1/Objects/object.c#L2298-L2308
131+
.. _macro: https://github.com/python/cpython/blob/2cd268a3a9340346dd86b66db2e9b428b3f878fc/Include/object.h#L592-L596
132+
.. _redefinition: https://github.com/python/cpython/blob/2cd268a3a9340346dd86b66db2e9b428b3f878fc/Objects/object.c#L2303-L2313
133133

134134
It is possible to remove items marked as part of the Stable ABI, but only
135135
if there was no way to use them in any past version of the Limited API.

committing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ to enter the public source tree. Ask yourself the following questions:
6060
Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/>`_
6161
(CLA), unless their change has no possible intellectual property
6262
associated with it (e.g. fixing a spelling mistake in documentation).
63-
To check if a contributor’s CLA has been received, go
64-
to `Check Python CLA <https://check-python-cla.herokuapp.com/>`_ and
65-
put in their GitHub username. For further questions about the CLA
63+
The `CPython CLA Bot <https://github.com/apps/cpython-cla-bot/>`_
64+
checks whether the author has signed the CLA, and replies in the PR
65+
if they haven't. For further questions about the CLA
6666
process, write to [email protected].
6767

6868
* **Were** ``What's New in Python`` **and** ``Misc/NEWS.d/next`` **updated?**

compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ References
686686
https://www.cs.princeton.edu/research/techreps/TR-554-97
687687

688688
.. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper
689-
(https://drive.google.com/open?id=0B2InO7qBBGRXQXlDM3FVdWZxQWc)
689+
(https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)
690690
691691
.. [#Bytecodehacks] Bytecodehacks Project
692692
(http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)

docquality.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you see a documentation issue that you would like to tackle, you can:
6262
By following the steps in the :ref:`Quick Guide to Pull Requests <pullrequest-quickguide>`,
6363
you will learn the workflow for documentation pull requests.
6464

65-
.. _documentation issues: https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation
65+
.. _documentation issues: https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Adocs
6666
.. _octocat: https://github.com/logos
6767

6868

motivations.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ participating in the CPython core development process:
9595
.. topic:: Brett Cannon (Canada)
9696

9797
* Personal site: `snarky.ca <https://snarky.ca/>`_
98-
* `Extended bio <https://stackoverflow.com/cv/DrBrettCannon>`__
9998
* Microsoft (Software Developer)
10099
* Python Software Foundation (Fellow)
101100

tracker.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ Sub-pages related to the Issue Tracker
225225
`The Python-bugs-list mailing list <https://mail.python.org/mailman/listinfo/python-bugs-list>`_
226226
Where all the changes to issues are reported.
227227

228-
`The Tracker-discuss mailing list <https://mail.python.org/mailman/listinfo/tracker-discuss>`_
229-
Discussions about the bug tracker itself.
230-
231228

232229
.. _issue tracker: https://github.com/python/cpython/issues
233230
.. _advanced search: https://github.com/search/advanced

0 commit comments

Comments
 (0)