From 927894a0b76663c6fc014626f422dc78404f67c1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 19 May 2021 10:10:23 -0400 Subject: Fix badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0bf0aa5..f633734 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ .. _PyPI link: https://pypi.org/project/pytest-runner -.. image:: https://github.com/jaraco/pytest-runner/workflows/tests/badge.svg - :target: https://github.com/jaraco/pytest-runner/actions?query=workflow%3A%22tests%22 +.. image:: https://github.com/pytest-dev/pytest-runner/workflows/tests/badge.svg + :target: https://github.com/pytest-dev/pytest-runner/actions?query=workflow%3A%22tests%22 :alt: tests .. image:: https://img.shields.io/badge/code%20style-black-000000.svg -- cgit v1.2.1