Remove PDF links from testing page, as they're not relevant (and were for 8.4)
authorMagnus Hagander <magnus@hagander.net>
Tue, 15 Nov 2011 21:31:06 +0000 (22:31 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 15 Nov 2011 21:31:06 +0000 (22:31 +0100)
templates/pages/developer/testing.html

index 409d6a99d31e80b81c87dd61d8f1841e34356b18..26f5288d8a7b13ffb321eb35993fdbaa67a98715 100644 (file)
@@ -23,8 +23,4 @@ These facilities are used for a wide range of tasks from DBT-style tests, to sys
 <ul>
        <li><a href="http://developer.postgresql.org/docs/postgres/index.html">Developer Version of The Docs</a> (<a href="http://developer.postgresql.org/docs/postgres/buildlog.html">build log</a>)</li>
 </ul>
-<ul>
-       <li><a href="/files/documentation/pdf/8.4/postgresql-8.4rc1-A4.pdf">Downloadable (PDF) version of 8.4 rc1 (A4 version)</a> (Last updated: Jun 12, 2009)</li>
-       <li><a href="/files/documentation/pdf/8.4/postgresql-8.4beta2-US.pdf">Downloadable (PDF) version of 8.4 beta2 (US version)</a> (Last updated: May 16, 2009)</li>
-</ul>
 {%endblock%}