diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-30 18:47:32 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-30 18:47:32 -0400 |
commit | 7f32dbcd73b9a75d09db386fa81c31f42e6f0d3a (patch) | |
tree | bbece313bb5ddd3f86f2f56e79a219e87b1d965b | |
parent | 1561b541fd43b492ed9fe1b5c907bd88f54d1053 (diff) | |
download | postgresql-7f32dbcd73b9a75d09db386fa81c31f42e6f0d3a.tar.gz postgresql-7f32dbcd73b9a75d09db386fa81c31f42e6f0d3a.zip |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index dacd3e1dfef..547567e9ca4 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2105,7 +2105,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> |