git: d19f2affec - main - macro/ManPage: Update the address of the manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 21:00:26 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=d19f2affec8b441a6d3f3463f26f0833a3c0322c commit d19f2affec8b441a6d3f3463f26f0833a3c0322c Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-01-28 20:15:38 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> 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