doc: Remove redundant duplicate URLs from ulink elements
authorPeter Eisentraut
Fri, 1 Jan 2016 03:26:57 +0000 (22:26 -0500)
committerPeter Eisentraut
Fri, 1 Jan 2016 03:26:57 +0000 (22:26 -0500)
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
doc/src/sgml/runtime.sgml

index 7d26477123dacc880eaf6348b15f22123f0951da..1d88054c22058ed704a59be604c9b6d0502d9f2f 100644 (file)
       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/
+      
      
 
      
      
       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
+      
      
     
    
index 087cd0a90c923f5fd40ce7611c136f7a242792f3..cda05f578af238135b456d67ca3981ec71f296c6 100644 (file)
@@ -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 .