git: 2beb76e2bc - main - update homepage for manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 12:06:02 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2beb76e2bc7b569d7fd603252d2a16f2f0de6771
commit 2beb76e2bc7b569d7fd603252d2a16f2f0de6771
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-01-28 12:05:51 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-01-28 12:05:51 +0000
update homepage for manual pages
---
website/content/en/cgi/man.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index e6e6e1bdba..3b24253c9a 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1075,7 +1075,7 @@ $sections = join( "|", @sections ); # sections regexp
$mailto = 'wosch@FreeBSD.org';
$mailtoURL = 'https://wolfram.schneider.org';
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
-$full_url = 'https://www.freebsd.org/cgi/man.cgi';
+$full_url = 'https://man.freebsd.org/cgi/man.cgi';
$want_to_link_to_this_page = 1;
&secure_env;