Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 11:27:53 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 06fe66ce31 - main - fix help link
Message-ID:  <202310031127.393BRr1D086926@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=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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310031127.393BRr1D086926>