mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: Fix syntax of a URL
Leading white space before the "http:" is apparently treated as a relative link at least by some browsers.
This commit is contained in:
parent
da6c7aff1a
commit
e64a48e699
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue