On 2018-Nov-04, Erik Rijkers wrote:

> I wouldn't mind if this page:
>   https://www.postgresql.org/community/contributors/
> 
> contained a link to (contributors v11):
> https://www.postgresql.org/docs/11/static/release-11.html#id-1.11.6.5.6
> 
> and to (contributors v10)
> https://www.postgresql.org/docs/current/static/release-11.html#id-1.11.6.5.6

I propose the following patch, which will make those links stable --
then we can add the following links to the contributors page:

https://www.postgresql/org/docs/10/release-10.html#RELEASE-10-ACKNOWLEDGEMENTS
https://www.postgresql/org/docs/11/release-11.html#RELEASE-11-ACKNOWLEDGEMENTS

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index aacdd360e0..c72b4c931e 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -8990,7 +8990,7 @@ This was disabled in the PG 9.6 branch so there is no commit here.
 
   </sect2>
 
-  <sect2>
+  <sect2 id="release-10-acknowledgements">
    <title>Acknowledgments</title>
 
    <para>
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index f35b0d8cc9..faa5835de4 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -3617,7 +3617,7 @@ same commits as above
 
   </sect2>
 
-  <sect2>
+  <sect2 id="release-11-acknowledgements">
    <title>Acknowledgments</title>
 
    <para>

Reply via email to