Skip to content

Commit 7f32dbc

Browse files
committed
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.
1 parent 1561b54 commit 7f32dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
21052105
are also checked if the parameter <xref linkend="guc-ssl-crl-file"> is set.
21062106
<!-- If this URL changes replace it with a URL to www.archive.org. -->
21072107
(See <ulink
2108-
url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></>
2108+
url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html"></>
21092109
for diagrams showing SSL certificate usage.)
21102110
</para>
21112111

0 commit comments

Comments
 (0)