gcc/libstdc++-v3/doc/html
Jonathan Wakely d97de614f7
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 501e6e7866)
2025-06-10 21:02:32 +01:00
..
images
manual libstdc++: Fix incorrect links to archived SGI STL docs 2025-06-10 21:02:32 +01:00
README
api.html libstdc++: Fix recent documentation changes 2020-01-20 21:45:52 +00:00
bk02.html libstdc++: Document linker option for C++23 <stacktrace> [PR105678] 2022-08-22 22:52:25 +01:00
bk03.html Update C++17 library status documentation 2017-10-25 15:06:12 +01:00
faq.html libstdc++: Fix incorrect links to archived SGI STL docs 2025-06-10 21:02:32 +01:00
index.html libstdc++: Document addition of libstdc++exp.a 2024-01-11 20:20:04 +00:00

README

The HTML documentation in this folder is generated from the XML sources.

To change or edit, please edit the XML sources in the ../xml directory.