diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-09 16:00:14 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-07-09 16:12:18 +0300 |
commit | 8dc8a31a3a036830bcffe2c803688b60ebd67bfc (patch) | |
tree | 1c97cb10e84b0d1daf2dae7cb71113caf14f12db | |
parent | f7b3300384c1f726e4c1fe34ecec409826c2cdef (diff) |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ecf22a72d38..6376f5f1e3e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7330,7 +7330,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> |