Skip to content

Commit 693eb9d

Browse files
committed
doc: Fix syntax of a URL
Leading white space before the "http:" is apparently treated as a relative link at least by some browsers.
1 parent d5b31cc commit 693eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/installation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
23202320
</biblioentry>
23212321

23222322
<biblioentry>
2323-
<title><ulink url=" http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
2323+
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
23242324
<publisher>
23252325
<publishername>IBM Redbook</publishername>
23262326
</publisher>

0 commit comments

Comments
 (0)