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:43:29 -0500 |
commit | 693eb9dfd97da7fc970e9f525a04239a1cb22654 (patch) | |
tree | 1331c3daf96f93a2520055c32c22363059f57adc | |
parent | d5b31cc32b0762fa8920a9c1f70af2f82fb0aaa5 (diff) | |
download | postgresql-693eb9dfd97da7fc970e9f525a04239a1cb22654.tar.gz postgresql-693eb9dfd97da7fc970e9f525a04239a1cb22654.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 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> |