Date: Sat, 28 Jan 2023 21:00:26 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: d19f2affec - main - macro/ManPage: Update the address of the manual pages Message-ID: <202301282100.30SL0QnU017494@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301282100.30SL0QnU017494>