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 | ee4667f0184d87a2e58822e6a9edad563fa164fd (patch) | |
tree | 3f21810295a97d6bb07fda58c744397c42f3f2d9 | |
parent | 0ec3c295e7594ed3af86bca1a4b4be269c2f069d (diff) | |
download | postgresql-ee4667f0184d87a2e58822e6a9edad563fa164fd.tar.gz postgresql-ee4667f0184d87a2e58822e6a9edad563fa164fd.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 443e2d6fac7..aea0544bbca 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -564,5 +564,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 e7d134e53ad..856c9b01ded 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -75,9 +75,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 bd7a221f731..45a867d98c2 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_registration_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 |