aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-09 16:00:14 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-09 16:12:09 +0300
commitf0357edeb32adf735ad22620d0b4bd4ba088457c (patch)
treeea46b86c7cca0ae54ea1decf8dabfca8ed512e0b
parent5f173a9f2a9726c3be9f47eb2081ec4b089bf046 (diff)
downloadpostgresql-f0357edeb32adf735ad22620d0b4bd4ba088457c.tar.gz
postgresql-f0357edeb32adf735ad22620d0b4bd4ba088457c.zip
Fix another broken link in documentation.
Tom fixed another one of these in commit 7f32dbcd, but there was another almost identical one in libpq docs. Per his comment: 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/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 574ef501cf8..3d4e2cd5c60 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7040,7 +7040,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
<application>libpq</application> will not also initialize those libraries.
<!-- 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/ch04.html"></ulink>
+ url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html"></ulink>
for details on the SSL API.
</para>