git: bc76a0ff5a - main - update mailto URL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 11:59:31 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=bc76a0ff5ade426464057ac087962d2cb97d1b76
commit bc76a0ff5ade426464057ac087962d2cb97d1b76
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-10-03 11:59:23 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-10-03 11:59:23 +0000
update mailto URL
---
website/content/en/cgi/cgi-style.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index ed0d0d3ec2..d6a3842a01 100644
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -24,7 +24,7 @@ if (!defined($hsty_email)) {
$hsty_email = 'Contact';
}
if (!defined($hsty_author)) {
- $hsty_author = "<a href='$hsty_base/mailto.html'>$hsty_email</a>";
+ $hsty_author = "<a href='$hsty_base/mailto/'>$hsty_email</a>";
}
if (!defined($hsty_date)) {