git: d19f2affec - main - macro/ManPage: Update the address of the manual pages
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=d19f2affec8b441a6d3f3463f26f0833a3c0322c commit d19f2affec8b441a6d3f3463f26f0833a3c0322c Author: Danilo G. Baio <[email protected]> AuthorDate: 2023-01-28 20:15:38 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2023-01-28 20:15:38 +0000 macro/ManPage: Update the address of the manual pages --- shared/lib/ManPageMacro/extension.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/lib/ManPageMacro/extension.rb b/shared/lib/ManPageMacro/extension.rb index 8a64a8e400..7f930bbd21 100644 --- a/shared/lib/ManPageMacro/extension.rb +++ b/shared/lib/ManPageMacro/extension.rb @@ -15,7 +15,7 @@ class ManPageMacro < Asciidoctor::Extensions::InlineMacroProcessor else "" end - url = %(https://www.freebsd.org/cgi/man.cgi?query=#{manname}&sektion=#{section}&format=html) + url = %(https://man.freebsd.org/cgi/man.cgi?query=#{manname}&sektion=#{section}&format=html) %(<a href="#{url}">#{manname}(#{section})</a>) end end