From 37f0f3f0a74c91a2c6f0104ee06c7725161c9b86 Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Tue, 2 Mar 2021 10:25:53 +0100
Subject: [PATCH] Replace @postgresql.org with @lists.postgresqql.org
When suggesting which lists people should use first, we should use the
recommended name for the list.
---
django/archives/mailarchives/templates/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/django/archives/mailarchives/templates/index.html b/django/archives/mailarchives/templates/index.html
index f2121d1..5352f36 100644
--- a/django/archives/mailarchives/templates/index.html
+++ b/django/archives/mailarchives/templates/index.html
@@ -54,7 +54,7 @@ You can manage your subscriptions and unsubscribe from our mailing lists at The PostgreSQL Mailing list public archives provide a rich history of the PostgreSQL project, all the way back to 1997! We keep a public record of the mailing list to help provide a searchable resource to help answer your questions, as well as in the spirit of building an open community.
-Need a question answered? The archive are fully searchable. Can't find the answer you are looking for? If it is a general usage question, we recommend subscribing to the pgsql-general@postgresql.org mailing list. If it is a more technical question about how PostgreSQL internals work, we recommend subscribing to the pgsql-hackers@postgresql.org mailing list.
+Need a question answered? The archive are fully searchable. Can't find the answer you are looking for? If it is a general usage question, we recommend subscribing to the pgsql-general@lists.postgresql.org mailing list. If it is a more technical question about how PostgreSQL internals work, we recommend subscribing to the pgsql-hackers@lists.postgresql.org mailing list.
{%include "searchform.html" %}
--
2.39.5