Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 253de19

Browse files
committed
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.
1 parent 805ac78 commit 253de19

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/src/sgml/external-projects.sgml

+13-13
Original file line numberDiff line numberDiff line change
@@ -65,42 +65,42 @@
6565
<entry>DBD::Pg</entry>
6666
<entry>Perl</entry>
6767
<entry>Perl DBI driver</entry>
68-
<entry><ulink url="http://search.cpan.org/dist/DBD-Pg/">http://search.cpan.org/dist/DBD-Pg/</ulink></entry>
68+
<entry><ulink url="http://search.cpan.org/dist/DBD-Pg/"></ulink></entry>
6969
</row>
7070

7171
<row>
7272
<entry>JDBC</entry>
7373
<entry>JDBC</entry>
7474
<entry>Type 4 JDBC driver</entry>
75-
<entry><ulink url="http://jdbc.postgresql.org/">http://jdbc.postgresql.org/</ulink></entry>
75+
<entry><ulink url="http://jdbc.postgresql.org/"></ulink></entry>
7676
</row>
7777

7878
<row>
7979
<entry>libpqxx</entry>
8080
<entry>C++</entry>
8181
<entry>New-style C++ interface</entry>
82-
<entry><ulink url="http://pqxx.org/">http://pqxx.org/</ulink></entry>
82+
<entry><ulink url="http://pqxx.org/"></ulink></entry>
8383
</row>
8484

8585
<row>
8686
<entry>Npgsql</entry>
8787
<entry>.NET</entry>
8888
<entry>.NET data provider</entry>
89-
<entry><ulink url="http://www.npgsql.org/">http://www.npgsql.org/</ulink></entry>
89+
<entry><ulink url="http://www.npgsql.org/"></ulink></entry>
9090
</row>
9191

9292
<row>
9393
<entry>pgtclng</entry>
9494
<entry>Tcl</entry>
9595
<entry></entry>
96-
<entry><ulink url="http://sourceforge.net/projects/pgtclng/">http://sourceforge.net/projects/pgtclng/</ulink></entry>
96+
<entry><ulink url="http://sourceforge.net/projects/pgtclng/"></ulink></entry>
9797
</row>
9898

9999
<row>
100100
<entry>psqlODBC</entry>
101101
<entry>ODBC</entry>
102102
<entry>ODBC driver</entry>
103-
<entry><ulink url="https://odbc.postgresql.org/">https://odbc.postgresql.org/</ulink></entry>
103+
<entry><ulink url="https://odbc.postgresql.org/"></ulink></entry>
104104
</row>
105105

106106
<row>
@@ -172,43 +172,43 @@
172172
<row>
173173
<entry>PL/Java</entry>
174174
<entry>Java</entry>
175-
<entry><ulink url="https://github.com/tada/pljava">https://github.com/tada/pljava</ulink></entry>
175+
<entry><ulink url="https://github.com/tada/pljava"></ulink></entry>
176176
</row>
177177

178178
<row>
179179
<entry>PL/PHP</entry>
180180
<entry>PHP</entry>
181-
<entry><ulink url="http://www.commandprompt.com/community/plphp/">http://www.commandprompt.com/community/plphp/</ulink></entry>
181+
<entry><ulink url="http://www.commandprompt.com/community/plphp/"></ulink></entry>
182182
</row>
183183

184184
<row>
185185
<entry>PL/Py</entry>
186186
<entry>Python</entry>
187-
<entry><ulink url="http://python.projects.postgresql.org/backend/">http://python.projects.postgresql.org/backend/</ulink></entry>
187+
<entry><ulink url="http://python.projects.postgresql.org/backend/"></ulink></entry>
188188
</row>
189189

190190
<row>
191191
<entry>PL/R</entry>
192192
<entry>R</entry>
193-
<entry><ulink url="http://www.joeconway.com/plr/">http://www.joeconway.com/plr/</ulink></entry>
193+
<entry><ulink url="http://www.joeconway.com/plr/"></ulink></entry>
194194
</row>
195195

196196
<row>
197197
<entry>PL/Ruby</entry>
198198
<entry>Ruby</entry>
199-
<entry><ulink url="http://raa.ruby-lang.org/project/pl-ruby/">http://raa.ruby-lang.org/project/pl-ruby/</ulink></entry>
199+
<entry><ulink url="http://raa.ruby-lang.org/project/pl-ruby/"></ulink></entry>
200200
</row>
201201

202202
<row>
203203
<entry>PL/Scheme</entry>
204204
<entry>Scheme</entry>
205-
<entry><ulink url="http://plscheme.projects.postgresql.org/">http://plscheme.projects.postgresql.org/</ulink></entry>
205+
<entry><ulink url="http://plscheme.projects.postgresql.org/"></ulink></entry>
206206
</row>
207207

208208
<row>
209209
<entry>PL/sh</entry>
210210
<entry>Unix shell</entry>
211-
<entry><ulink url="https://github.com/petere/plsh">https://github.com/petere/plsh</ulink></entry>
211+
<entry><ulink url="https://github.com/petere/plsh"></ulink></entry>
212212
</row>
213213
</tbody>
214214
</tgroup>

doc/src/sgml/runtime.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ $ <userinput>sysctl -w vm.nr_hugepages=3170</userinput>
14281428
<para>
14291429
For a detailed description of the <productname>Linux</productname> huge
14301430
pages feature have a look
1431-
at <ulink url="https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt">https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt</ulink>.
1431+
at <ulink url="https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt"></ulink>.
14321432
</para>
14331433

14341434
</sect2>

0 commit comments

Comments
 (0)