summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-06-30 18:47:32 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-06-30 18:47:51 -0400
commitcfd4876f174b70129626346c4991ebf5f61ebc6a (patch)
tree653e7d5e0db8323482ddd6259121a6bb07ff1cd4
parentc085e072ff247ad66ec9955c20d24556ab2a92f7 (diff)
Fix broken link in documentation.
HP's web server has apparently become case-sensitive sometime recently. Per bug #13479 from Daniel Abraham. Corrected link identified by Alvaro.
-rw-r--r--doc/src/sgml/runtime.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 8bfb96a50bd..c327bb28c76 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -2014,7 +2014,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
are also checked if the parameter <xref linkend="guc-ssl-crl-file"> is set.
<!-- If this URL changes replace it with a URL to www.archive.org. -->
(See <ulink
- url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></>
+ url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html"></>
for diagrams showing SSL certificate usage.)
</para>