From: Peter Eisentraut Date: Fri, 1 Jan 2016 03:26:57 +0000 (-0500) Subject: doc: Remove redundant duplicate URLs from ulink elements X-Git-Tag: REL9_6_BETA1~928 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=253de19b8414b8b91e0fd710c2b492dc6375f9fa;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 7d26477123d..1d88054c220 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -65,42 +65,42 @@ DBD::Pg Perl Perl DBI driver - http://search.cpan.org/dist/DBD-Pg/ + JDBC JDBC Type 4 JDBC driver - http://jdbc.postgresql.org/ + libpqxx C++ New-style C++ interface - http://pqxx.org/ + Npgsql .NET .NET data provider - http://www.npgsql.org/ + pgtclng Tcl - http://sourceforge.net/projects/pgtclng/ + psqlODBC ODBC ODBC driver - https://odbc.postgresql.org/ + @@ -172,43 +172,43 @@ PL/Java Java - https://github.com/tada/pljava + PL/PHP PHP - http://www.commandprompt.com/community/plphp/ + PL/Py Python - http://python.projects.postgresql.org/backend/ + PL/R R - http://www.joeconway.com/plr/ + PL/Ruby Ruby - http://raa.ruby-lang.org/project/pl-ruby/ + PL/Scheme Scheme - http://plscheme.projects.postgresql.org/ + PL/sh Unix shell - https://github.com/petere/plsh + diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 087cd0a90c9..cda05f578af 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1428,7 +1428,7 @@ $ sysctl -w vm.nr_hugepages=3170 For a detailed description of the Linux huge pages feature have a look - at https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt. + at .