summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Eisentraut2013-01-21 00:36:30 +0000
committerPeter Eisentraut2013-01-21 00:43:29 +0000
commit693eb9dfd97da7fc970e9f525a04239a1cb22654 (patch)
tree1331c3daf96f93a2520055c32c22363059f57adc /doc
parentd5b31cc32b0762fa8920a9c1f70af2f82fb0aaa5 (diff)
doc: Fix syntax of a URL
Leading white space before the "http:" is apparently treated as a relative link at least by some browsers.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/installation.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 6e43bcbb626..22e6cf11399 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2320,7 +2320,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>