Closed
Description
Hi,
PHPUnit doesn't seem to use links based on phpunit.readthedocs.io/en/stable
anymore, which cause several broken links on this page (and maybe others).
For example, the link under "Writing Tests for PHPUnit" on this part is broken.
Documentation now use version-based link, for my precedent example https://phpunit.readthedocs.io/en/9.5/writing-tests-for-phpunit.html
is working, but it seems more difficult to maintain if links must be edited for each new version.
I can work on a PR for it, but do you think we should use links mentioning explicitly the PHPUnit's version or rather remove links that go to a specific page and only link to index to avoid managing this ? Or any other solution I haven't thought off ?