diff options
author | Peter Eisentraut | 2013-01-21 00:36:30 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-01-21 00:42:01 +0000 |
commit | bed5141685cef7131fc4682ea83b4c9a691544e8 (patch) | |
tree | d1b33f232b13604f3cbf09ae3175a210680f5660 /doc/src | |
parent | ef75023efb1536b88bc7d3597952b1f4ff0f6986 (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/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9e339192b80..510e9df97b8 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2403,7 +2403,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> |