diff options
| author | Daniel Gustafsson | 2023-04-05 10:19:19 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2023-04-05 10:19:19 +0000 |
| commit | 8c289fe90db108b089aa70b5ff834c67648d87e3 (patch) | |
| tree | b996be471f39663fe63a746ecde3c73e09a2504b | |
| parent | fb33acf5af7c35cd8a7696f5a91154fa14fb6a9f (diff) | |
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.
| -rw-r--r-- | templates/pages/about/donate_pg_org.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <h2>Donate to PostgreSQL by Credit Card / Paypal</h2> -You can donate to the PostgreSQL community using credit card or Paypal account. Donations are deposited into the <a href="https://spi-inc.org/projects/postgresql/" target="_blank" rel="noopener">PostgreSQL account at Software in the Public Interest (SPI)</a>. +You can donate to the PostgreSQL community using credit card or Paypal account. Donations are deposited into the <a href="https://www.spi-inc.org/projects/postgresql/" target="_blank" rel="noopener">PostgreSQL account at Software in the Public Interest (SPI)</a>. <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <fieldset> |
