Skip to content

Commit 6a9fbfa

Browse files
committed
Fix some incorrect links
1 parent 7ff921b commit 6a9fbfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

0 commit comments

Comments
 (0)