On Mon, Oct 21, 2024 at 02:01:37AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/17/bug-reporting.html
> Description:
>
> This document contains the sentence "Another method is to fill in the bug
> report web-form available at the project's web site.", where "web site" is a
> link: https://www.postgresql.org/
>
> Suggestion: it should be a link to the web form (
> https://www.postgresql.org/account/submitbug/ )
Good idea, patch attached.
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml
index 4a1cf49f74e..fc25c715ebb 100644
--- a/doc/src/sgml/problems.sgml
+++ b/doc/src/sgml/problems.sgml
@@ -304,7 +304,7 @@
<para>
Another method is to fill in the bug report web-form available
at the project's
- <ulink url="https://www.postgresql.org/">web site</ulink>.
+ <ulink url="https://www.postgresql.org/account/submitbug/">web site</ulink>.
Entering a bug report this way causes it to be mailed to the
<email>[email protected]</email> mailing list.
</para>