From 3713b3114a66ad1c912c7fe2aa1712b5ad9bee31 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 6 May 2020 23:26:33 +0200 Subject: [PATCH 1/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 683287390d..592d5eb0d8 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Spanish Translation of the Python Documentation How to Contribute ----------------- -We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/es/3.7/CONTRIBUTING.html. +We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html. Please, check the details there. From d7d336fa8852f6d86bfbfce23d97291e3ef321c3 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 6 May 2020 23:33:13 +0200 Subject: [PATCH 2/3] Point to default version (3.8 now) --- .overrides/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.overrides/CONTRIBUTING.rst b/.overrides/CONTRIBUTING.rst index bb168de019..f6073fb3f5 100644 --- a/.overrides/CONTRIBUTING.rst +++ b/.overrides/CONTRIBUTING.rst @@ -115,5 +115,5 @@ Y luego accediendo a http://localhost:8000/ .. _poedit: https://poedit.net/ .. _nuestro canal de Telegram: https://t.me/python_docs_es -.. _Memoria de traducción: https://python-docs-es.readthedocs.io/es/3.7/translation-memory.html +.. _Memoria de traducción: https://python-docs-es.readthedocs.io/page/translation-memory.html .. _lista de issues en GitHub: https://github.com/PyCampES/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc From 63c730353628f9432df460cc571154dcc45ebea7 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 6 May 2020 23:34:26 +0200 Subject: [PATCH 3/3] Update script --- scripts/create_issue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_issue.py b/scripts/create_issue.py index 331eedd353..e5e452acc7 100644 --- a/scripts/create_issue.py +++ b/scripts/create_issue.py @@ -22,6 +22,6 @@ Please, comment here if you want this file to be assigned to you and an member will assign it to you as soon as possible, so you can start working on it. -Remember to follow the steps in our [Contributing Guide](https://python-docs-es.readthedocs.io/es/3.7/CONTRIBUTING.html)''', +Remember to follow the steps in our [Contributing Guide](https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html)''', ) print(f'Issue created at {issue.html_url}')