Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 11:59:31 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: bc76a0ff5a - main - update mailto URL
Message-ID:  <202310031159.393BxVfR036615@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=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)) {



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