From 8c289fe90db108b089aa70b5ff834c67648d87e3 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 5 Apr 2023 12:19:19 +0200 Subject: [PATCH] Fix broken link to Postgres project at SPI The old https://spi-inc.org link does a 301 into members.spi-inc.org which in turn led to a 404. Fix by prefixing with www. which is the correct URL. --- templates/pages/about/donate_pg_org.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/about/donate_pg_org.html b/templates/pages/about/donate_pg_org.html index d37551eb..787f3ede 100644 --- a/templates/pages/about/donate_pg_org.html +++ b/templates/pages/about/donate_pg_org.html @@ -14,7 +14,7 @@

Donate to PostgreSQL by Credit Card / Paypal

-You can donate to the PostgreSQL community using credit card or Paypal account. Donations are deposited into the PostgreSQL account at Software in the Public Interest (SPI). +You can donate to the PostgreSQL community using credit card or Paypal account. Donations are deposited into the PostgreSQL account at Software in the Public Interest (SPI).
-- 2.39.5