]> 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, 20 May 2025 10:04:17 +0000 (11:04 +0100)
commit911cfea5e59798e04479ad475870935ccfae004b
tree8d0e7f7e422f6ff14d01bab7a92f1bbd7010858a
parent2d1244a5b2dca62b97656cdfa28cd99af583aaa8
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