]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix syntax of a URL
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 21 Jan 2013 00:36:30 +0000 (19:36 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 21 Jan 2013 00:37:53 +0000 (19:37 -0500)
Leading white space before the "http:" is apparently treated as a
relative link at least by some browsers.

doc/src/sgml/installation.sgml

index c02ed87c41a92222d59f222ce0224dcc1e91c700..a6e5ddad98e4f27edabb9189f5452c77627a41f9 100644 (file)
@@ -2309,7 +2309,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>