doc: Remove redundant duplicate URLs from ulink elements

Peter Eisentraut <peter_e@gmx.net>

Commit: 253de19b8414b8b91e0fd710c2b492dc6375f9fa
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2016-01-01T03:26:57Z
Releases: 9.6.0
doc: Remove redundant duplicate URLs from ulink elements

Empty ulink elements default to displaying the URL, so there is no need
to specify the URL again.  This was already done for most occurrences,
but some cases didn't follow this convention.

Files

PathChange+/−
doc/src/sgml/external-projects.sgml modified +13 −13
doc/src/sgml/runtime.sgml modified +1 −1

Documentation touched