Taken from this job: https://github.com/box-project/box/actions/runs/13615816913/job/38058706641
And an excerpt in case the job output is removed later:
✔ [200] https://secure.php.net/manual/en/phar.setsignaturealgorithm.php
✔ [200] https://secure.php.net/manual/en/book.zlib.php
✔ [200] https://symfony.com/slack-invite
✔ [200] https://symfony.com/slack-invite
## Summary
| Status | Count |
|---------------|-------|
| 🔍 Total | 644 |
| ✅ Successful | 642 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 0 |
| ❓ Unknown | 0 |
| 🚫 Errors | 2 |
## Errors per input
### Errors in doc/docker.md
* [404] [https://docs.docker.com/samples/library/php/](https://docs.docker.com/samples/library/php/) | Failed: Network error: Not Found
### Errors in ./doc/docker.md
* [404] [https://docs.docker.com/samples/library/php/](https://docs.docker.com/samples/library/php/) | Failed: Network error: Not Found
*
You can see the 404 appears twice. The underlying code was something like this:
blablabla [`docker-php-ext-install`][docker-php-ext-install] blablabla [`docker-php-ext-install`][docker-php-ext-install]
[docker-php-ext-install]: https://deadlink.com
In other words I am using a reference-style link in my document and it looks like it is either checked or reported for every usage, rather than once.
Taken from this job: https://github.com/box-project/box/actions/runs/13615816913/job/38058706641
And an excerpt in case the job output is removed later:
You can see the 404 appears twice. The underlying code was something like this:
In other words I am using a reference-style link in my document and it looks like it is either checked or reported for every usage, rather than once.