Skip to content

Commit 835acbf

Browse files
author
Greg Bowler
committed
Add missing links
1 parent 9e6bb09 commit 835acbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
memory_limit: 256M
6464
```
6565
66-
If you require other configurations of phpunit, please request them in the [Github issue tracker](https://github.com/php-actions/phpunit/issues)
66+
If you require other configurations of phpunit, please request them in the [Github issue tracker][issues]
6767
6868
PHP and PHPUnit versions
6969
------------------------
@@ -76,7 +76,7 @@ It's possible to run any version of PHPUnit under any version of PHP, with any P
7676

7777
Please note the version number specified within your Action configuration must match your `composer.json` major version number. For example, if your composer.json requires `phpunit/phpunit 8.5.8`, you must use the `version: 8.5.8` input, as major versions of PHPUnit are incompatible with each other.
7878

79-
If you require a specific version that is not compatible with Github Actions for some reason, please make a request in the [Github issue tracker](https://github.com/php-actions/phpunit/issues).
79+
If you require a specific version that is not compatible with Github Actions for some reason, please make a request in the [Github issue tracker][issues].
8080

8181
Github Actions releases
8282
-----------------------
@@ -87,4 +87,6 @@ Previously, the Github Actions release version numbers were in sync with the PHP
8787

8888
If you found this repository helpful, please consider [sponsoring the developer][sponsor].
8989

90+
[issues]: https://github.com/php-actions/phpunit/issues
91+
[php-build]: https://github.com/php-actions/php-build
9092
[sponsor]: https://github.com/sponsors/g105b

0 commit comments

Comments
 (0)