git: 9bd221c1e4 - main - update shortcut URLs
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=9bd221c1e425c8b6577fb4da6b685cb0d03a1cbc commit 9bd221c1e425c8b6577fb4da6b685cb0d03a1cbc Author: Wolfram Schneider <[email protected]> AuthorDate: 2023-10-03 11:18:07 +0000 Commit: Wolfram Schneider <[email protected]> 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>