Skip to content

Commit 32770ea

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 d38fd59 commit 32770ea

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

doc/src/sgml/biblio.sgml

+18
Original file line numberDiff line numberDiff line change
@@ -546,5 +546,23 @@ ssimkovi@ag.or.at
546546
</confgroup>
547547
</biblioentry>
548548

549+
<biblioentry id="ston92">
550+
<biblioset relation="article">
551+
<title><ulink url="https://dsf.berkeley.edu/papers/S2K-91-05.pdf">
552+
An overview of the Sequoia 2000 project
553+
</ulink></title>
554+
<authorgroup>
555+
<author>
556+
<firstname>M.</firstname>
557+
<surname>Stonebraker</surname>
558+
</author>
559+
</authorgroup>
560+
</biblioset>
561+
<biblioset relation="journal">
562+
<title>Digest of Papers COMPCON Spring 1992</title>
563+
<date>1992</date>
564+
<pagenums>383&ndash;388</pagenums>
565+
</biblioset>
566+
</biblioentry>
549567
</bibliodiv>
550568
</bibliography>

doc/src/sgml/history.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@
6969
url="https://www.ibm.com/">IBM</ulink>) picked up the code and
7070
commercialized it. In late 1992,
7171
<productname>POSTGRES</productname> became the primary data manager
72-
for the
73-
<ulink url="http://meteora.ucsd.edu/s2k/s2k_home.html">
74-
Sequoia 2000 scientific computing project</ulink>.
72+
for the Sequoia 2000 scientific computing project described in
73+
<xref linkend="ston92"/>.
7574
</para>
7675

7776
<para>

doc/src/sgml/isn.sgml

+2-2
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_identifier_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)