8000 [3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-111748) by miss-islington · Pull Request #111749 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-111748) #111749

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 1 commit into from
Nov 5, 2023
Merged
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
gh-111747: DOC: fix moved link to Documentation Translations (GH-111748)
Update old link in bugs.rst to the table of doc translators and translation repositories at Github.
(cherry picked from commit 72e27a6)

Co-authored-by: partev <petrosyan@gmail.com>
  • Loading branch information
partev authored and miss-islington committed Nov 5, 2023
commit 28a4c311c857c934970e425e8ff53c48898a17e1
2 changes: 1 addition & 1 deletion Doc/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
0