public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tobias Bussmann <[email protected]>
To: [email protected]
Subject: Wrong link on related projects
Date: Thu, 4 Sep 2025 19:27:54 +0200
Message-ID: <[email protected]> (raw)

There is a wrong link to the pgarchives repo on <https://www.postgresql.org/developer/related-projects/;, likely resulting from a copy-and-paste error. The attached patch fixes this issue and adds a link to the pglister instance on the homepage. It also removes the reference to pgsql-www, which was probably also the result of copying and pasting from pgweb. This makes the entries for pglister and pgarchives consistent. Please feel free to re-add this paragraph if it was there intentionally.

Best regards
Tobias




Attachments:

  [application/octet-stream] 0001-related-projects-pgarchive-v1.patch (1.2K, 2-0001-related-projects-pgarchive-v1.patch)
  download | inline diff:
From 8e734ab44f8ead50e45dfefb8698fbfdcdc4fb1c Mon Sep 17 00:00:00 2001
From: Tobias Bussmann <[email protected]>
Date: Thu, 4 Sep 2025 19:06:23 +0200
Subject: [PATCH] Fix link to pgarchive on Related Projects page

---
 templates/pages/developer/related-projects.html | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/templates/pages/developer/related-projects.html b/templates/pages/developer/related-projects.html
index 55aa4edd..eb609dc0 100644
--- a/templates/pages/developer/related-projects.html
+++ b/templates/pages/developer/related-projects.html
@@ -83,13 +83,9 @@
       the PostgreSQL project.
     </p>
     <ul>
-      <li><a href="https://git.postgresql.org/gitweb/?p=pgweb.git;a=summary">Dynamic content repository</a></li>
+      <li><a href="https://git.postgresql.org/gitweb/?p=pgarchives.git;a=summary">pgarchives main repository</a></li>
+      <li><a href="https://www.postgresql.org/list/">Mailing list archives</a></li>
     </ul>
-    <p>
-      You can get involved in this project by communicating on
-      the <a href="mailto:[email protected]">pgsql-www</a> mailing
-      list.
-    </p>
 
     <h2>Development Tools</h2>
 
-- 
2.45.2



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Wrong link on related projects
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox