diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-02-05 13:58:40 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-02-05 13:58:40 +0100 |
commit | ceeae767042f67e548c8792262aa9f7aefb58d00 (patch) | |
tree | 45edefd08e3952059689f2698a83f2bd8576aebb | |
parent | f2205448b15e991478e8ba717732fc02b5a55d09 (diff) | |
download | postgresql-ceeae767042f67e548c8792262aa9f7aefb58d00.tar.gz postgresql-ceeae767042f67e548c8792262aa9f7aefb58d00.zip |
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
-rw-r--r-- | doc/src/sgml/biblio.sgml | 18 | ||||
-rw-r--r-- | doc/src/sgml/history.sgml | 5 | ||||
-rw-r--r-- | doc/src/sgml/isn.sgml | 4 |
3 files changed, 22 insertions, 5 deletions
diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index cd8aa3e8aad..4674544461d 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -546,5 +546,23 @@ ssimkovi@ag.or.at </confgroup> </biblioentry> + <biblioentry id="ston92"> + <biblioset relation="article"> + <title><ulink url="https://dsf.berkeley.edu/papers/S2K-91-05.pdf"> + An overview of the Sequoia 2000 project + </ulink></title> + <authorgroup> + <author> + <firstname>M.</firstname> + <surname>Stonebraker</surname> + </author> + </authorgroup> + </biblioset> + <biblioset relation="journal"> + <title>Digest of Papers COMPCON Spring 1992</title> + <date>1992</date> + <pagenums>383–388</pagenums> + </biblioset> + </biblioentry> </bibliodiv> </bibliography> diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index 120b4b3c047..ff094eb4014 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -69,9 +69,8 @@ url="https://www.ibm.com/">IBM</ulink>) picked up the code and commercialized it. In late 1992, <productname>POSTGRES</productname> became the primary data manager - for the - <ulink url="http://meteora.ucsd.edu/s2k/s2k_home.html"> - Sequoia 2000 scientific computing project</ulink>. + for the Sequoia 2000 scientific computing project described in + <xref linkend="ston92"/>. </para> <para> diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index 709bc8345c7..ef7819ecffe 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -398,9 +398,9 @@ SELECT isbn13(id) FROM test; <itemizedlist> <listitem><para><ulink url="https://www.gs1.org/standards/id-keys"></ulink></para></listitem> <listitem><para><ulink url="https://en.wikipedia.org/wiki/List_of_ISBN_identifier_groups"></ulink></para></listitem> - <listitem><para><ulink url="https://www.isbn-international.org/content/isbn-users-manual"></ulink></para></listitem> + <listitem><para><ulink url="https://www.isbn-international.org/content/isbn-users-manual/29"></ulink></para></listitem> <listitem><para><ulink url="https://en.wikipedia.org/wiki/International_Standard_Music_Number"></ulink></para></listitem> - <listitem><para><ulink url="https://www.ismn-international.org/ranges.html"></ulink></para></listitem> + <listitem><para><ulink url="https://www.ismn-international.org/ranges/tools"></ulink></para></listitem> </itemizedlist> Care was taken during the creation of the algorithms and they |