Skip to content

Commit 22816ce

Browse files
committed
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
1 parent 79893e9 commit 22816ce

File tree

1 file changed

+2
-58
lines changed

1 file changed

+2
-58
lines changed

doc/src/sgml/release.sgml

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -85,64 +85,8 @@ For new features, add links to the documentation sections.
8585
<title>Prior Releases</title>
8686

8787
<para>
88-
Release notes for prior release branches can be found on the
89-
<ulink url="https://www.postgresql.org/"><productname>PostgreSQL</productname></ulink>
90-
web site. At the time of release of version 10,
91-
these were the supported prior release branches:
92-
93-
<itemizedlist>
94-
<listitem>
95-
<para>
96-
<productname>PostgreSQL</productname> 9.6:
97-
<ulink url="https://www.postgresql.org/docs/9.6/release.html">
98-
<literal>https://www.postgresql.org/docs/9.6/release.html</literal>
99-
</ulink>
100-
</para>
101-
</listitem>
102-
103-
<listitem>
104-
<para>
105-
<productname>PostgreSQL</productname> 9.5:
106-
<ulink url="https://www.postgresql.org/docs/9.5/release.html">
107-
<literal>https://www.postgresql.org/docs/9.5/release.html</literal>
108-
</ulink>
109-
</para>
110-
</listitem>
111-
112-
<listitem>
113-
<para>
114-
<productname>PostgreSQL</productname> 9.4:
115-
<ulink url="https://www.postgresql.org/docs/9.4/release.html">
116-
<literal>https://www.postgresql.org/docs/9.4/release.html</literal>
117-
</ulink>
118-
</para>
119-
</listitem>
120-
121-
<listitem>
122-
<para>
123-
<productname>PostgreSQL</productname> 9.3:
124-
<ulink url="https://www.postgresql.org/docs/9.3/release.html">
125-
<literal>https://www.postgresql.org/docs/9.3/release.html</literal>
126-
</ulink>
127-
</para>
128-
</listitem>
129-
130-
<listitem>
131-
<para>
132-
<productname>PostgreSQL</productname> 9.2:
133-
<ulink url="https://www.postgresql.org/docs/9.2/release.html">
134-
<literal>https://www.postgresql.org/docs/9.2/release.html</literal>
135-
</ulink>
136-
</para>
137-
</listitem>
138-
</itemizedlist>
139-
</para>
140-
141-
<para>
142-
Release notes for older release branches can be found at
143-
<ulink url="https://www.postgresql.org/docs/manuals/archive/">
144-
<literal>https://www.postgresql.org/docs/manuals/archive/</literal>
145-
</ulink>
88+
Release notes for prior release branches can be found at
89+
<ulink url="https://www.postgresql.org/docs/release/"><literal>https://www.postgresql.org/docs/release/</literal></ulink>
14690
</para>
14791
</sect1>
14892

0 commit comments

Comments
 (0)