Avoid redirects for mailinglist links

The /community/lists/ URL is redirecting to /list/ since the new
archive and list code. Rewrite the final links to avoid the redirect.
Also remove the #developer anchor since the new list page doesn't
have anchors.

Reviewed-by: Magnus Hagander
This commit is contained in:
Daniel Gustafsson
2019-01-31 13:42:25 +01:00
parent bbdcb1700d
commit 86004e5f82
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ it is a documentation bug. If a program does something different from what the
documentation says, that is also a bug.</p>
<p>Poor performance is not necessarily a bug. Read the documentation or ask on
one of the <a href="/community/lists/">mailing lists</a> for help in tuning
one of the <a href="/list/">mailing lists</a> for help in tuning
your applications. Failing to comply to the SQL standard is not necessarily a
bug either, unless compliance for the specific feature is explicitly claimed.</p>
@ -34,7 +34,7 @@ with the PostgreSQL database. Problems with database connectors such as ODBC
and JDBC, graphical administration tools such as pgAdmin or other external
projects <strong>should not be reported here</strong>; please report to those projects
directly. For products closely connected with PostgreSQL, there may be an
appropriate <a href='/community/lists'>mailing list</a> available.
appropriate <a href='/list/'>mailing list</a> available.
<p>
By submitting a bug through this form you agree that all contents of the bug report,

View File

@ -16,7 +16,7 @@ PostgreSQL Anniversary Summit.
<p>The information available in this section will mainly interest PostgreSQL developers. Here you'll find the
<a href="/developer/roadmap/">roadmap</a> with current <a href="https://wiki.postgresql.org/wiki/Todo">TODO list</a>, <a href="/developer/coding/">coding</a> and
<a href="/developer/testing/">testing</a> information, <a href="/community/lists/#developer">mailing lists</a>, and
<a href="/developer/testing/">testing</a> information, <a href="/list/">mailing lists</a>, and
the developer <a href="https://wiki.postgresql.org/wiki/Developer_FAQ">FAQ</a>. Keep in mind the information available here is not
necessarily available in the release version of PostgreSQL - it may not yet even be in the development version.
</p>