mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +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:
parent
e430667923
commit
f4b95835d1
2 changed files with 6 additions and 1 deletions
|
@ -35,4 +35,4 @@ offset fails.
|
|||
|
||||
## See also
|
||||
|
||||
* [`mem`(4)](../man4/mem.md)
|
||||
* [`mem`(4)](help://man/4/mem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue