doc: Fix syntax of a URL

Leading white space before the "http:" is apparently treated as a
relative link at least by some browsers.
REL9_1_STABLE
Peter Eisentraut 13 years ago
parent 04edfb10a6
commit ebab595579
  1. 2
      doc/src/sgml/installation.sgml

@ -2301,7 +2301,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
</biblioentry>
<biblioentry>
<title><ulink url=" http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
<publisher>
<publishername>IBM Redbook</publishername>
</publisher>

Loading…
Cancel
Save