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:59 -0400 |
commit | 9da81d0f79594e2cd06fd63ac2d34a48f78269d8 (patch) | |
tree | b91c65f84b0fae7a7cb73c28fe89c11b4e883b47 | |
parent | a9f886f41d783795a0b35de4c9fc578c3ea41e75 (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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 101a754332a..9bc047abd04 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2110,7 +2110,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 are also checked if the file <filename>root.crl</filename> exists. <!-- 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> |