From 253de19b8414b8b91e0fd710c2b492dc6375f9fa Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 31 Dec 2015 22:26:57 -0500 Subject: [PATCH] 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. --- doc/src/sgml/external-projects.sgml | 26 +++++++++++++------------- doc/src/sgml/runtime.sgml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 7d26477123..1d88054c22 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 087cd0a90c..cda05f578a 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 . -- 2.50.1