Skip to content

Commit e64a48e

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 da6c7af commit e64a48e

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
@@ -2440,7 +2440,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
24402440
</biblioentry>
24412441

24422442
<biblioentry>
2443-
<title><ulink url=" http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
2443+
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
24442444
<publisher>
24452445
<publishername>IBM Redbook</publishername>
24462446
</publisher>

0 commit comments

Comments
 (0)