diff --git a/README.rst b/README.rst index f85f987..bf260d1 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,14 @@ BDD library for the pytest runner ================================= .. image:: http://img.shields.io/pypi/v/pytest-bdd.svg - :target: https://pypi.python.org/pypi/pytest-bdd + :target: https://pypi.python.org/pypi/pytest-bdd .. image:: https://codecov.io/gh/pytest-dev/pytest-bdd/branch/master/graph/badge.svg - :target: https://codecov.io/gh/pytest-dev/pytest-bdd + :target: https://codecov.io/gh/pytest-dev/pytest-bdd .. image:: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml/badge.svg - :target: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml + :target: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml .. image:: https://readthedocs.org/projects/pytest-bdd/badge/?version=stable - :target: https://readthedocs.org/projects/pytest-bdd/ - :alt: Documentation Status + :target: https://readthedocs.org/projects/pytest-bdd/ + :alt: Documentation Status pytest-bdd implements a subset of the Gherkin language to enable automating project requirements testing and to facilitate behavioral driven development.