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/ 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``.