From ebab595579e5b65f479e998dd302d6f5fdd15869 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 Jan 2013 19:36:30 -0500 Subject: [PATCH] doc: Fix syntax of a URL Leading white space before the "http:" is apparently treated as a relative link at least by some browsers. --- doc/src/sgml/installation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a27bce46da..90f076036f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2301,7 +2301,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d - <ulink url=" http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink> + <ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink> IBM Redbook -- 2.50.0