mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
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:
@ -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,
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user