1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

markdown-check: Check that no old-style inter-manpage links are used

We've had quite some instances of people reintroducing these kinds of
links because they didn't know about the "new" help:// scheme. This
check should now prevent that from happening, though it might in rare
circumstances trigger a false positive.
This commit is contained in:
kleines Filmröllchen 2023-01-07 17:05:33 +01:00 committed by Linus Groh
parent e430667923
commit f4b95835d1
2 changed files with 6 additions and 1 deletions

View file

@ -35,4 +35,4 @@ offset fails.
## See also
* [`mem`(4)](../man4/mem.md)
* [`mem`(4)](help://man/4/mem)