diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-03-09 18:42:19 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-03-09 18:42:19 -0500 |
commit | 22816ce51345a4ddc890ef3f2fe84712ef3adb8c (patch) | |
tree | bf5aa1ad43ebeaa1df1d6c3c6881cb2b1a5d7c97 | |
parent | 79893e97c099b92d2b9dbe2b58772ea22d0b4e3b (diff) | |
download | postgresql-22816ce51345a4ddc890ef3f2fe84712ef3adb8c.tar.gz postgresql-22816ce51345a4ddc890ef3f2fe84712ef3adb8c.zip |
Simplify release-note links to back branches.
Now that https://www.postgresql.org/docs/release/ is populated,
replace the stopgap text we had under "Prior Releases" with
a pointer to that archive.
Discussion: https://postgr.es/m/e0f09c9a-bd2b-862a-d379-601dfabc8969@postgresql.org
-rw-r--r-- | doc/src/sgml/release.sgml | 60 |
1 files changed, 2 insertions, 58 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0a9a11f2ca0..80f04967f10 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -85,64 +85,8 @@ For new features, add links to the documentation sections. <title>Prior Releases</title> <para> - Release notes for prior release branches can be found on the - <ulink url="https://www.postgresql.org/"><productname>PostgreSQL</productname></ulink> - web site. At the time of release of version 10, - these were the supported prior release branches: - - <itemizedlist> - <listitem> - <para> - <productname>PostgreSQL</productname> 9.6: - <ulink url="https://www.postgresql.org/docs/9.6/release.html"> - <literal>https://www.postgresql.org/docs/9.6/release.html</literal> - </ulink> - </para> - </listitem> - - <listitem> - <para> - <productname>PostgreSQL</productname> 9.5: - <ulink url="https://www.postgresql.org/docs/9.5/release.html"> - <literal>https://www.postgresql.org/docs/9.5/release.html</literal> - </ulink> - </para> - </listitem> - - <listitem> - <para> - <productname>PostgreSQL</productname> 9.4: - <ulink url="https://www.postgresql.org/docs/9.4/release.html"> - <literal>https://www.postgresql.org/docs/9.4/release.html</literal> - </ulink> - </para> - </listitem> - - <listitem> - <para> - <productname>PostgreSQL</productname> 9.3: - <ulink url="https://www.postgresql.org/docs/9.3/release.html"> - <literal>https://www.postgresql.org/docs/9.3/release.html</literal> - </ulink> - </para> - </listitem> - - <listitem> - <para> - <productname>PostgreSQL</productname> 9.2: - <ulink url="https://www.postgresql.org/docs/9.2/release.html"> - <literal>https://www.postgresql.org/docs/9.2/release.html</literal> - </ulink> - </para> - </listitem> - </itemizedlist> - </para> - - <para> - Release notes for older release branches can be found at - <ulink url="https://www.postgresql.org/docs/manuals/archive/"> - <literal>https://www.postgresql.org/docs/manuals/archive/</literal> - </ulink> + Release notes for prior release branches can be found at + <ulink url="https://www.postgresql.org/docs/release/"><literal>https://www.postgresql.org/docs/release/</literal></ulink> </para> </sect1> |