From f93f827e337cec1412e504a4d92577f816b847a2 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:11:25 +0100 Subject: [PATCH] Documentation Improvements (#3919) Co-authored-by: Poolitzer --- README.rst | 2 +- README_RAW.rst | 2 +- tests/README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c638b5c86..0df8c3b2f 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ :target: https://www.gnu.org/licenses/lgpl-3.0.html :alt: LGPLv3 License -.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/Unit%20Tests/badge.svg +.. image:: https://github.com/python-telegram-bot/python-telegram-bot/actions/workflows/unit_tests.yml/badge.svg?branch=master :target: https://github.com/python-telegram-bot/python-telegram-bot/ :alt: Github Actions workflow diff --git a/README_RAW.rst b/README_RAW.rst index a0097b40c..396a03ed1 100644 --- a/README_RAW.rst +++ b/README_RAW.rst @@ -30,7 +30,7 @@ :target: https://www.gnu.org/licenses/lgpl-3.0.html :alt: LGPLv3 License -.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/Unit%20Tests/badge.svg +.. image:: https://github.com/python-telegram-bot/python-telegram-bot/actions/workflows/unit_tests.yml/badge.svg?branch=master :target: https://github.com/python-telegram-bot/python-telegram-bot/ :alt: Github Actions workflow diff --git a/tests/README.rst b/tests/README.rst index 821c8ea31..d15d745a2 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -97,4 +97,4 @@ group`_. .. _pytest: https://docs.pytest.org/en/stable/ .. _pytest-xdist: https://pypi.org/project/pytest-xdist/ .. _PTB dev group: https://t.me/pythontelegrambotgroup -.. _corresponding workflow: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/.github/workflows/test.yml +.. _corresponding workflow: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/.github/workflows/unit_tests.yml