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

Commit ee4667f

Browse files
doc: Update links which returned 404
Two links in the isn module documentation were pointing to tools which had been moved, resulting in 404 error responses. Update to the new URLs for the tools. The link to the Sequoia 2000 page in the history section was no longer working, and since the page is no longer available online update our link to point at the paper instead which is on a stable URL. These links exist in all versions of the documentation so backpatch to all supported branches. Author: Daniel Gustafsson <daniel@yesql.se> Reported-by: charukiewicz@protonmail.com Discussion: https://postgr.es/m/173679670185.705.8565555804465055355@wrigleys.postgresql.org Backpatch-through: 13
1 parent 0ec3c29 commit ee4667f

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

doc/src/sgml/biblio.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,5 +564,23 @@ ssimkovi@ag.or.at
564564
</confgroup>
565565
</biblioentry>
566566

567+
<biblioentry id="ston92">
568+
<biblioset relation="article">
569+
<title><ulink url="https://dsf.berkeley.edu/papers/S2K-91-05.pdf">
570+
An overview of the Sequoia 2000 project
571+
</ulink></title>
572+
<authorgroup>
573+
<author>
574+
<firstname>M.</firstname>
575+
<surname>Stonebraker</surname>
576+
</author>
577+
</authorgroup>
578+
</biblioset>
579+
<biblioset relation="journal">
580+
<title>Digest of Papers COMPCON Spring 1992</title>
581+
<date>1992</date>
582+
<pagenums>383&ndash;388</pagenums>
583+
</biblioset>
584+
</biblioentry>
567585
</bibliodiv>
568586
</bibliography>

doc/src/sgml/history.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@
7575
url="https://www.ibm.com/">IBM</ulink>) picked up the code and
7676
commercialized it. In late 1992,
7777
<productname>POSTGRES</productname> became the primary data manager
78-
for the
79-
<ulink url="http://meteora.ucsd.edu/s2k/s2k_home.html">
80-
Sequoia 2000 scientific computing project</ulink>.
78+
for the Sequoia 2000 scientific computing project described in
79+
<xref linkend="ston92"/>.
8180
</para>
8281

8382
<para>

doc/src/sgml/isn.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ SELECT isbn13(id) FROM test;
398398
<itemizedlist>
399399
<listitem><para><ulink url="https://www.gs1.org/standards/id-keys"></ulink></para></listitem>
400400
<listitem><para><ulink url="https://en.wikipedia.org/wiki/List_of_ISBN_registration_groups"></ulink></para></listitem>
401-
<listitem><para><ulink url="https://www.isbn-international.org/content/isbn-users-manual"></ulink></para></listitem>
401+
<listitem><para><ulink url="https://www.isbn-international.org/content/isbn-users-manual/29"></ulink></para></listitem>
402402
<listitem><para><ulink url="https://en.wikipedia.org/wiki/International_Standard_Music_Number"></ulink></para></listitem>
403-
<listitem><para><ulink url="https://www.ismn-international.org/ranges.html"></ulink></para></listitem>
403+
<listitem><para><ulink url="https://www.ismn-international.org/ranges/tools"></ulink></para></listitem>
404404
</itemizedlist>
405405

406406
Care was taken during the creation of the algorithms and they

0 commit comments

Comments
 (0)