From 5fedb6905923d75082b4cd79e1e9e78753d209f2 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Thu, 8 Feb 2024 01:22:36 +0100 Subject: [PATCH] Fix link in README: page is 404 The version in the URL needed to be updated. It would be best to point to `latest` or `stable`, but these are not tagged in readthedocs currently, so in the meantime, simply bump the version number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db1b45d..f1b068d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ phive install phpcov $ ./tools/phpcov --version ``` -**[It is not recommended to use Composer to download and install this tool.](https://phpunit.readthedocs.io/en/10.0/installation.html#phar-or-composer)** +**[It is not recommended to use Composer to download and install this tool.](https://phpunit.readthedocs.io/en/11.0/installation.html#phar-or-composer)** ## Usage