git: 06fe66ce31 - main - fix help link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 11:27:53 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=06fe66ce31df31c6ef155679576db7f47cd48b65
commit 06fe66ce31df31c6ef155679576db7f47cd48b65
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-10-03 11:27:48 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-10-03 11:27:48 +0000
fix help link
---
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 80e7df7a8e..1f6889bce6 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1121,7 +1121,7 @@ sub html_footer {
print <<EOF;
<span class="footer_links">
<a href="">home</a> |
- <a href="help.html">help</a>
+ <a href="/cgi/man.cgi/help.html">help</a>
</span>
EOF
}
@@ -2051,7 +2051,7 @@ ETX
<br/>
<span class="footer_links">
<a href="">home</a> |
- <a href="help.html">help</a>
+ <a href="/cgi/man.cgi/help.html">help</a>
</span>
ETX
if ($query) {