git: bc76a0ff5a - main - update mailto URL
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=bc76a0ff5ade426464057ac087962d2cb97d1b76 commit bc76a0ff5ade426464057ac087962d2cb97d1b76 Author: Wolfram Schneider <[email protected]> AuthorDate: 2023-10-03 11:59:23 +0000 Commit: Wolfram Schneider <[email protected]> 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)) {