man: Fix search-query link on doveadm fetch page#1540
Conversation
|
Huh.. why does it need two commas? |
|
https://github.com/dovecot/documentation#man-pages First entry is name, second entry is hash link, third entry is section number. Right now the link is being created to the wrong page URL with a hash of "#7". See https://doc.dovecot.org/2.4.4/core/man/doveadm-fetch.1.html#arguments |
|
I've got a feeling this might not be the only wrong link. |
|
I verified it's the only wrong link for search-query. And it's practically the only man page that could be broken (since all other man pages are section 1, which is the default). But I can create some kind of grep regex to check. Update: Confirmed - there was one additional section 7 man page in CE (pigeonhole), and one in Pro, and all man links to those pages are correctly formatted. |
No description provided.