Skip to content

Commit 1cffabf

Browse files
authored
Update link redirects (#1002)
1 parent 89e6de9 commit 1cffabf

File tree

9 files changed

+16
-18
lines changed

9 files changed

+16
-18
lines changed

documentation/translating.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ in production; others are works in progress.
103103
.. _github_ar: https://github.com/Abdur-rahmaanJ/python-docs-ar
104104
.. _github_bn_in: https://github.com/python/python-docs-bn-in
105105
.. _github_es: https://github.com/python/python-docs-es
106-
.. _github_fa: https://github.com/mmdbalkhi/python-docs-fa
106+
.. _github_fa: https://github.com/ftg-iran/python-docs-fa
107107
.. _github_fr: https://github.com/python/python-docs-fr
108108
.. _github_hi_in: https://github.com/CuriousLearner/python-docs-hi-in
109109
.. _github_hu: https://github.com/python/python-docs-hu
@@ -122,9 +122,9 @@ in production; others are works in progress.
122122
.. _mail_lt: https://mail.python.org/pipermail/doc-sig/2019-July/004138.html
123123
.. _mail_pl: https://mail.python.org/pipermail/doc-sig/2019-April/004106.html
124124
.. _mail_ru: https://mail.python.org/pipermail/doc-sig/2019-May/004131.html
125-
.. _tx_pl: https://www.transifex.com/python-doc/python-newest/
126-
.. _tx_uk: https://www.transifex.com/python-doc/python-newest/
127-
.. _tx_zh_cn: https://www.transifex.com/python-doc/python-newest/
125+
.. _tx_pl: https://explore.transifex.com/python-doc/python-newest/
126+
.. _tx_uk: https://explore.transifex.com/python-doc/python-newest/
127+
.. _tx_zh_cn: https://explore.transifex.com/python-doc/python-newest/
128128
.. _wiki_pt_br: https://python.org.br/traducao/
129129

130130
Starting a new translation

getting-started/git-boot-camp.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ you run ``git merge upstream/main``.
373373

374374
When it happens, you need to resolve conflict. See these articles about resolving conflicts:
375375

376-
- `About merge conflicts <https://help.github.com/en/articles/about-merge-conflicts>`_
377-
- `Resolving a merge conflict using the command line <https://help.github.com/en/articles/resolving-a-merge-conflict-using-the-command-line>`_
376+
- `About merge conflicts <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts>`_
377+
- `Resolving a merge conflict using the command line <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line>`_
378378

379379
.. _git_from_patch:
380380

@@ -552,7 +552,7 @@ prior to merging themselves, rather than asking the submitter to do them. This
552552
can be particularly appropriate when the remaining changes are bookkeeping
553553
items like updating ``Misc/ACKS``.
554554

555-
.. _Allow edits from maintainers: https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/
555+
.. _Allow edits from maintainers: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork
556556

557557
To edit an open pull request that targets ``main``:
558558

getting-started/pull-request-lifecycle.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Here is a quick overview of how you can contribute to CPython:
6464
.. _create an issue: https://github.com/python/cpython/issues
6565
.. _CPython: https://github.com/python/cpython
6666
.. _use HTTPS: https://help.github.com/articles/which-remote-url-should-i-use/
67-
.. _Create Pull Request: https://help.github.com/articles/creating-a-pull-request/
68-
.. _comments on your Pull Request: https://help.github.com/articles/commenting-on-a-pull-request/
67+
.. _Create Pull Request: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
68+
.. _comments on your Pull Request: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request
6969

7070

7171
.. _pullrequest-steps:
@@ -363,7 +363,7 @@ This will get your changes up to GitHub.
363363

364364
Now you want to
365365
`create a pull request from your fork
366-
<https://help.github.com/articles/creating-a-pull-request-from-a-fork/>`_.
366+
<https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork>`_.
367367
If this is a pull request in response to a pre-existing issue on the
368368
`issue tracker`_, please make sure to reference the issue number using
369369
``gh-NNNNN:`` prefix in the pull request title and ``#NNNNN`` in the description.
@@ -398,7 +398,7 @@ existing patch. In this case, both parties should sign the :ref:`CLA <cla>`.
398398
When creating a pull request based on another person's patch, provide
399399
attribution to the original patch author by adding "Co-authored-by:
400400
Author Name <email_address> ." to the pull request description and commit message.
401-
See `the GitHub article <https://help.github.com/articles/creating-a-commit-with-multiple-authors/>`_
401+
See `the GitHub article <https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors>`_
402402
on how to properly add the co-author info.
403403

404404
See also :ref:`Applying a Patch to Git <git_from_patch>`.

getting-started/setup-building.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ itself. git is easily available for all common operating systems.
4444
- **Configure**
4545

4646
Configure :ref:`your name and email <set-up-name-email>` and create
47-
`an SSH key <https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/>`_
47+
`an SSH key <https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account>`_
4848
as this will allow you to interact with GitHub without typing a username
4949
and password each time you execute a command, such as ``git pull``,
5050
``git push``, or ``git fetch``. On Windows, you should also

index.rst

-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ Key Resources
183183
* :PEP:`7` (Style Guide for C Code)
184184
* :PEP:`8` (Style Guide for Python Code)
185185
* `Issue tracker`_
186-
* `Meta tracker <https://issues.roundup-tracker.org/>`_ (issue
187-
tracker for the issue tracker)
188186
* :ref:`experts`
189187
* `Buildbot status`_
190188
* Source code

internals/compiler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ References
690690
(https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)
691691
692692
.. [#Bytecodehacks] Bytecodehacks Project
693-
(http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)
693+
(https://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)
694694
695695
.. [#CALL_ATTR] CALL_ATTR opcode
696696
(https://bugs.python.org/issue709744)

testing/coverage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ about 20 to 30 minutes on a modern computer.
292292

293293
.. _issue tracker: https://github.com/python/cpython/issues
294294
.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
295-
.. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
295+
.. _lcov: https://ltp.sourceforge.net/coverage/lcov.php

triage/github-bpo-faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Add a checkbox list like this in the issue description::
8080
then those will become sub-tasks on the given issue. Moreover, GitHub will
8181
automatically mark a task as complete if the other referenced issue is
8282
closed. More details in the `official GitHub documentation
83-
<https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists>`_.
83+
<https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists>`_.
8484

8585
What on Earth is a "mannequin"?
8686
===============================

triage/labels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ automatically mark a task as complete if the other referenced issue is
357357
closed.
358358

359359
More details in the `official GitHub documentation
360-
<https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists>`_.
360+
<https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists>`_.
361361

362362
Superseder
363363
----------

0 commit comments

Comments
 (0)