mirror of https://git.FreeBSD.org/doc.git
macro/ManPage: Update the address of the manual pages
This commit is contained in:
parent
b89da56dc8
commit
d19f2affec
|
|
@ -15,7 +15,7 @@ class ManPageMacro < Asciidoctor::Extensions::InlineMacroProcessor
|
||||||
else
|
else
|
||||||
""
|
""
|
||||||
end
|
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>)
|
%(<a href="#{url}">#{manname}(#{section})</a>)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue