Date: Tue, 3 Oct 2023 11:19:18 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 9bd221c1e4 - main - update shortcut URLs Message-ID: <202310031119.393BJICS069774@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=9bd221c1e425c8b6577fb4da6b685cb0d03a1cbc commit 9bd221c1e425c8b6577fb4da6b685cb0d03a1cbc Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-10-03 11:18:07 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-10-03 11:18:07 +0000 update shortcut URLs --- website/content/en/cgi/man.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 354a1368a2..cbaab2981b 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -2127,8 +2127,8 @@ OS vendors</li> <p /> <ul> -<li>which manpage: <a href="$BASE?which">$full_url?which</a></li> -<li>socket(2) manpage: <a href="$BASE?socket(2)">$full_url?socket(2)</a></li> +<li>which manpage: <a href="$full_url?which">$full_url?which</a></li> +<li>socket(2) manpage: <a href="$full_url?socket(2)">$full_url?socket(2)</a></li> </ul>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310031119.393BJICS069774>