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:03:06 +0300 |
commit | aaec6a6d37b664199fd7744b976a7dc912ae000a (patch) | |
tree | f16fc145914f550ecad6f4fb5ba26c165598823d /doc/src | |
parent | 1ea06203b82b98b5098808667f6ba652181ef5b2 (diff) | |
download | postgresql-aaec6a6d37b664199fd7744b976a7dc912ae000a.tar.gz postgresql-aaec6a6d37b664199fd7744b976a7dc912ae000a.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.
Diffstat (limited to 'doc/src')
-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 de6b3ad86bf..fe0a7920cce 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7572,7 +7572,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> |