diff options
author | partev <petrosyan@gmail.com> | 2023-11-05 04:23:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 04:23:01 (GMT) |
commit | 72e27a67b97993f277e69c9dafb063007ba79adf (patch) | |
tree | 021cffb70fb50b94e7285b45356a507352c6def4 | |
parent | 853b4b549dab445c1b54610e118fefaeba3f35e2 (diff) | |
download | cpython-72e27a67b97993f277e69c9dafb063007ba79adf.zip cpython-72e27a67b97993f277e69c9dafb063007ba79adf.tar.gz cpython-72e27a67b97993f277e69c9dafb063007ba79adf.tar.bz2 |
gh-111747: DOC: fix moved link to Documentation Translations (#111748)
Update old link in bugs.rst to the table of doc translators and translation repositories at Github.
-rw-r--r-- | Doc/bugs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index d98192b..908987c 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -38,7 +38,7 @@ though it may take a while to be processed. `Helping with Documentation <https://devguide.python.org/docquality/#helping-with-documentation>`_ Comprehensive guide for individuals that are interested in contributing to Python documentation. - `Documentation Translations <https://devguide.python.org/documenting/#translating>`_ + `Documentation Translations <https://devguide.python.org/documentation/translating/>`_ A list of GitHub pages for documentation translation and their primary contacts. |