Porter's Handbook: fix a {freebsd-ports} link

https://docs.freebsd.org/en/books/porters-handbook/book/#testing-portlint

Fixes: 989d921f5d Migrate doc to Hugo/AsciiDoctor
Signed-off-by: Graham Perrin <grahamperrin@gmail.com>
This commit is contained in:
Graham Perrin 2023-09-01 06:05:14 +00:00
parent 83a0f3c43c
commit 0c2d9a420e

View file

@ -108,7 +108,7 @@ For a new port, `portlint -A` is the most thorough; for an existing port, `portl
Since `portlint` uses heuristics to try to figure out errors, it can produce false positive warnings.
In addition, occasionally something that is flagged as a problem really cannot be done in any other way due to limitations in the ports framework.
pass:[<!-- vale Vale.Terms = NO -->]
When in doubt, the best thing to do is ask on {freebsd-ports}.
When in doubt, the best thing to do is ask on the {freebsd-ports}.
pass:[<!-- vale Vale.Terms = YES -->]
[[testing-porttools]]