Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
aik099 committed Mar 16, 2024
1 parent 9449daf commit c621fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PHPUnit-Mink
[![CI](https://github.com/minkphp/phpunit-mink/actions/workflows/tests.yml/badge.svg)](https://github.com/minkphp/phpunit-mink/actions/workflows/tests.yml)
[![Docs](https://github.com/minkphp/phpunit-mink/actions/workflows/docs.yml/badge.svg)](https://github.com/minkphp/phpunit-mink/actions/workflows/docs.yml)
[![Documentation](https://readthedocs.org/projects/phpunit-mink/badge/?version=latest)](http://phpunit-mink.readthedocs.org/en/latest/)
[![Documentation Status](https://readthedocs.org/projects/phpunit-mink/badge/?version=latest)](https://phpunit-mink.readthedocs.io/en/latest/?badge=latest)

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/minkphp/phpunit-mink/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/minkphp/phpunit-mink/?branch=master)
[![codecov](https://codecov.io/gh/minkphp/phpunit-mink/branch/master/graph/badge.svg?token=GV4K2at1WW)](https://codecov.io/gh/minkphp/phpunit-mink)
Expand All @@ -13,7 +13,7 @@ This library is an extension for [PHPUnit](https://phpunit.de), that allows to w

## Documentation

* http://phpunit-mink.readthedocs.org
* https://phpunit-mink.readthedocs.io/

## Service Integrations

Expand Down

0 comments on commit c621fe2

Please sign in to comment.