git: 3bfc2f42f2 - main - website: Revive mailto as contact
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 21:18:16 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=3bfc2f42f246495e375f0a33a86dfb5c932fb138
commit 3bfc2f42f246495e375f0a33a86dfb5c932fb138
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-09-05 21:16:56 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-09-05 21:16:56 +0000
website: Revive mailto as contact
Event: Berlin Hackathon 202609
---
website/content/en/cgi/cgi-style.pl | 2 +-
website/content/en/community/mailinglists.adoc | 2 +-
website/content/en/projects/_index.adoc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index 3f05fcd22f..9ec58fc6af 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/'>$hsty_email</a>";
+ $hsty_author = "<a href='$hsty_base/contact/'>$hsty_email</a>";
}
if (!defined($hsty_date)) {
diff --git a/website/content/en/community/mailinglists.adoc b/website/content/en/community/mailinglists.adoc
index e4db38b264..caacae3f60 100644
--- a/website/content/en/community/mailinglists.adoc
+++ b/website/content/en/community/mailinglists.adoc
@@ -37,4 +37,4 @@ Archives prior to May 2021 are in https://lists.freebsd.org/pipermail/[a separat
* *Russian* -- https://groups.google.com/forum/#!forum/uafug[UAFUG].
* *Swedish* -- bus@stacken.kth.se or https://lists.stacken.kth.se/mailman/listinfo/bus[WWW].
-If you create another list, please link:../../mailto/[let us know].
+If you create another list, please link:../../contact/[let us know].
diff --git a/website/content/en/projects/_index.adoc b/website/content/en/projects/_index.adoc
index 95a59e3b41..88cd7a077b 100644
--- a/website/content/en/projects/_index.adoc
+++ b/website/content/en/projects/_index.adoc
@@ -9,7 +9,7 @@ include::shared/en/urls.adoc[]
In addition to the mainstream development path of FreeBSD, a number of developer groups are working on the cutting edge to expand FreeBSD's range of applications in new directions. Follow the links below to learn more about these exciting projects.
-If you feel that a project is missing, please send the URL and a short description (3-10 lines) to link:../mailto/[www@FreeBSD.org].
+If you feel that a project is missing, please send the URL and a short description (3-10 lines) to link:../contact/[www@FreeBSD.org].
In addition, some of these projects regularly submit status reports, which can be viewed on the link:../status/[status reports page].