From e51d972524be8e0dbc768d731840860ff80c77e3 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 22 Mar 2026 23:00:50 +0100 Subject: [PATCH 1/2] Update contributing links for zh-tw and fr languages --- contribute.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute.py b/contribute.py index aa38bd5d0..8932b2919 100644 --- a/contribute.py +++ b/contribute.py @@ -5,8 +5,8 @@ custom_contributing_links: dict[str, str] = { 'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html', 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html', - 'zh-tw': 'https://github.com/python/python-docs-zh-tw/blob/3.13/README.rst#%E5%8F%83%E8%88%87%E7%BF%BB%E8%AD%AF', - 'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.13/CONTRIBUTING.rst', + 'zh-tw': 'https://github.com/python/python-docs-zh-tw/blob/3.14/README.rst#id2', + 'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.14/CONTRIBUTING.rst', 'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan', 'tr': 'https://github.com/python/python-docs-tr/blob/3.12/README.md#%C3%A7eviriye-katk%C4%B1da-bulunmak', 'el': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md', From 63f5360dd94da8757c33b5c2a90c4aa7419220b0 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 22 Mar 2026 23:48:52 +0100 Subject: [PATCH 2/2] Update test expectation --- tests/test_contribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_contribute.py b/tests/test_contribute.py index cb63f5997..e6b57b057 100644 --- a/tests/test_contribute.py +++ b/tests/test_contribute.py @@ -18,7 +18,7 @@ def test_get_contrib_link(self): ( 'zh-tw', None, - 'https://github.com/python/python-docs-zh-tw/blob/3.13/README.rst#%E5%8F%83%E8%88%87%E7%BF%BB%E8%AD%AF', + 'https://github.com/python/python-docs-zh-tw/blob/3.14/README.rst#id2', ), ( 'id',