Avoid redirects for mailinglist links
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 31 Jan 2019 12:42:25 +0000 (13:42 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 31 Jan 2019 12:48:16 +0000 (13:48 +0100)
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
templates/misc/bug_header.html
templates/pages/developer.html

index 8af7f7463c303b7f0a106da11e41f583bc6ffd37..9a4a9d663116e842fcd18a656f2dd5e3d93c9bd7 100644 (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,
index f1514366d18dd139ad49e1178b15985a331df6aa..4044b97eb56490baa4fe43383b218f2c80cd1461 100644 (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>