diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-01-20 19:36:30 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-01-20 19:37:53 -0500 |
commit | ff6deb2ec9de46c14964946674916694a01d64a7 (patch) | |
tree | 059840a8abf3815b9b2854f71d061c180755fdf9 | |
parent | 437ecd15880c833427ced9e3ebe3893d068f8478 (diff) | |
download | postgresql-ff6deb2ec9de46c14964946674916694a01d64a7.tar.gz postgresql-ff6deb2ec9de46c14964946674916694a01d64a7.zip |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c02ed87c41a..a6e5ddad98e 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2309,7 +2309,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> |