]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix incorrect links to archived SGI STL docs
authorJonathan Wakely <jwakely@redhat.com>
Tue, 20 May 2025 09:53:41 +0000 (10:53 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 10 Jun 2025 19:49:16 +0000 (20:49 +0100)
commite1cbf566970f02a7ac110df58c412be11604b278
tree6c6e6973a0d59d4b97d342643c6c70cdabe6420b
parent4a46af97f5e2bb8d6ac2af0735d25d0c8464723c
libstdc++: Fix incorrect links to archived SGI STL docs

In r8-7777-g25949ee33201f2 I updated some URLs to point to copies of the
SGI STL docs in the Wayback Machine, because the original pags were no
longer hosted on sgi.com. However, I incorrectly assumed that if one
archived page was at https://web.archive.org/web/20171225062613/... then
all the other pages would be too. Apparently that's not how the Wayback
Machine works, and each page is archived on a different date. That meant
that some of our links were redirecting to archived copies of the
announcement that the SGI STL docs have gone away.

This fixes each URL to refer to a correctly archived copy of the
original docs.

libstdc++-v3/ChangeLog:

* doc/xml/faq.xml: Update URL for archived SGI STL docs.
* doc/xml/manual/containers.xml: Likewise.
* doc/xml/manual/extensions.xml: Likewise.
* doc/xml/manual/using.xml: Likewise.
* doc/xml/manual/utilities.xml: Likewise.
* doc/html/*: Regenerate.

(cherry picked from commit 501e6e786652748ff0ad9a322f74b9b47970031f)
libstdc++-v3/doc/html/faq.html
libstdc++-v3/doc/html/manual/containers.html
libstdc++-v3/doc/html/manual/ext_numerics.html
libstdc++-v3/doc/html/manual/ext_sgi.html
libstdc++-v3/doc/html/manual/using_concurrency.html
libstdc++-v3/doc/html/manual/utilities.html
libstdc++-v3/doc/xml/faq.xml
libstdc++-v3/doc/xml/manual/containers.xml
libstdc++-v3/doc/xml/manual/extensions.xml
libstdc++-v3/doc/xml/manual/using.xml
libstdc++-v3/doc/xml/manual/utilities.xml