From 1ad34f5315d8b527327db0d435004e25be3e1d8f Mon Sep 17 00:00:00 2001 From: Tejas Amle Date: Thu, 25 Jun 2026 03:49:25 +0000 Subject: [PATCH 1/2] Fix outdated links in README.rst - Update http://pytest.org to https://pytest.org - Update https://tox.readthedocs.org to https://tox.wiki/ (tox moved) - Update http://doc.devpi.net to https://doc.devpi.net - Update Black badge link from ambv/black to psf/black (org was transferred) --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index adef0357..73f58766 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ Running this directly gets us:: :target: https://gitter.im/pytest-dev/pluggy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/ambv/black + :target: https://github.com/psf/black .. |codecov| image:: https://codecov.io/gh/pytest-dev/pluggy/branch/main/graph/badge.svg :target: https://codecov.io/gh/pytest-dev/pluggy @@ -92,11 +92,11 @@ Running this directly gets us:: .. links .. _pytest: - http://pytest.org + https://pytest.org .. _tox: - https://tox.readthedocs.org + https://tox.wiki/ .. _devpi: - http://doc.devpi.net + https://doc.devpi.net .. _read the docs: https://pluggy.readthedocs.io/en/latest/ From 8d4b9dc20446377ab304ac711e0f003f309c8944 Mon Sep 17 00:00:00 2001 From: Tejas Amle Date: Thu, 25 Jun 2026 03:49:58 +0000 Subject: [PATCH 2/2] Add changelog fragment for PR #691 --- changelog/691.trivial.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/691.trivial.rst diff --git a/changelog/691.trivial.rst b/changelog/691.trivial.rst new file mode 100644 index 00000000..0ded812f --- /dev/null +++ b/changelog/691.trivial.rst @@ -0,0 +1 @@ +Fix outdated links in ``README.rst``: update ``http://pytest.org`` to ``https://pytest.org``, ``tox.readthedocs.org`` to ``tox.wiki``, ``http://doc.devpi.net`` to ``https://doc.devpi.net``, and the Black badge link from ``ambv/black`` to ``psf/black``.