1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:57:36 +00:00

Base: Fix Markdown links in man pages

This commit is contained in:
Ben Wiederhake 2021-09-11 13:36:43 +02:00 committed by Andreas Kling
parent 73e42917f9
commit 0e3f5d3778
11 changed files with 14 additions and 19 deletions

View file

@ -13,10 +13,3 @@ checksum - helper program for calculating checksums
This program calculates and print specified checksum of files. It cannot be run directly, only
as `md5sum`, `sha1sum`, `sha256sum` or `sha512sum`.
## See also
* [`md5sum`(1)](md5sum.md)
* [`sha1sum`(1)](sha1sum.md)
* [`sha256sum`(1)](sha256sum.md)
* [`sha512sum`(1)](sha512sum.md)