From 4ad2488cff8a9520e67b5eae6e311f944c5ccd8a Mon Sep 17 00:00:00 2001 From: Aliya Rahmani <65673692+aliya-rahmani@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:05:21 +0530 Subject: [PATCH 1/2] Updated zulip to discourse --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2b4e26dd16..515b3cf773 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ The CPython Developer's Guide ============================= -|ReadTheDocs| |Zulip| |Codestyle| +|ReadTheDocs| |Discourse| |Codestyle| .. |ReadTheDocs| image:: https://readthedocs.org/projects/cpython-devguide/badge/ :target: https://devguide.python.org :alt: Documentation Status -.. |Zulip| image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg - :alt: Python Zulip chat - :target: https://python.zulipchat.com +.. |Discourse| image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg + :alt: Python Discourse chat + :target: https://pypi.org/project/pydiscourse/ .. |Codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black From b909ded61b8803a769127985843f42933a47b391 Mon Sep 17 00:00:00 2001 From: Aliya Rahmani <65673692+aliya-rahmani@users.noreply.github.com> Date: Tue, 20 Oct 2020 11:47:37 +0530 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Hugo van Kemenade --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 515b3cf773..f083d9d0fb 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ The CPython Developer's Guide .. |Discourse| image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg :alt: Python Discourse chat - :target: https://pypi.org/project/pydiscourse/ + :target: https://discuss.python.org/ .. |Codestyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black @@ -29,4 +29,3 @@ supports the ``venv`` module, because the ``make html`` command will create a virtual environment and will install the ``Sphinx`` package:: make html -