Skip to content

Fix some incorrect links #831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildworker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ For Windows:

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

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

Expand Down
4 changes: 2 additions & 2 deletions c-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Some examples:
provide the actual function.
For an example, see the ``Py_NewRef`` `macro`_ and `redefinition`_ in 3.10.

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

It is possible to remove items marked as part of the Stable ABI, but only
if there was no way to use them in any past version of the Limited API.
Expand Down
6 changes: 3 additions & 3 deletions committing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ to enter the public source tree. Ask yourself the following questions:
Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/>`_
(CLA), unless their change has no possible intellectual property
associated with it (e.g. fixing a spelling mistake in documentation).
To check if a contributor’s CLA has been received, go
to `Check Python CLA <https://check-python-cla.herokuapp.com/>`_ and
put in their GitHub username. For further questions about the CLA
The `CPython CLA Bot <https://github.com/apps/cpython-cla-bot/>`_
checks whether the author has signed the CLA, and replies in the PR
if they haven't. For further questions about the CLA
process, write to [email protected].

* **Were** ``What's New in Python`` **and** ``Misc/NEWS.d/next`` **updated?**
Expand Down
2 changes: 1 addition & 1 deletion compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ References
https://www.cs.princeton.edu/research/techreps/TR-554-97

.. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper
(https://drive.google.com/open?id=0B2InO7qBBGRXQXlDM3FVdWZxQWc)
(https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)

.. [#Bytecodehacks] Bytecodehacks Project
(http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)
Expand Down
2 changes: 1 addition & 1 deletion docquality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you see a documentation issue that you would like to tackle, you can:
By following the steps in the :ref:`Quick Guide to Pull Requests <pullrequest-quickguide>`,
you will learn the workflow for documentation pull requests.

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


Expand Down
1 change: 0 additions & 1 deletion motivations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ participating in the CPython core development process:
.. topic:: Brett Cannon (Canada)

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

Expand Down
3 changes: 0 additions & 3 deletions tracker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ Sub-pages related to the Issue Tracker
`The Python-bugs-list mailing list <https://mail.python.org/mailman/listinfo/python-bugs-list>`_
Where all the changes to issues are reported.

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


.. _issue tracker: https://github.com/python/cpython/issues
.. _advanced search: https://github.com/search/advanced
Expand Down