summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-01-20 19:36:30 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-01-20 19:41:47 -0500
commite64a48e69978a78c2a20c467063c382590a9b1af (patch)
tree840e75f5aa9f17787a4ad0de68099c20a65285d5
parentda6c7aff1a0cc14966a3f528e60010e34200451b (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.
-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 6120846090a..a403dc6fcbd 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2440,7 +2440,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>