From 1e4d81aab2542f529d23329fcc5e642eedd617d9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 24 Mar 2025 21:28:47 +0000 Subject: [PATCH] libstdc++: Fix some broken links in the manual libstdc++-v3/ChangeLog: * doc/xml/manual/policy_data_structures_biblio.xml: Fix two broken links. * doc/html/manual/policy_data_structures.html: Regenerate. --- libstdc++-v3/doc/html/manual/policy_data_structures.html | 4 ++-- libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html index 45e07814184d..ba140809bbe0 100644 --- a/libstdc++-v3/doc/html/manual/policy_data_structures.html +++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html @@ -1037,7 +1037,7 @@ . Addison-Wesley Publishing Company .

[biblio.kt99fat_heaps] - + New Heap Data Structures . @@ -1185,7 +1185,7 @@ . Addison-Wesley Publishing Company .

[biblio.nelson96stlpq] - Priority Queues and the STL + Priority Queues and the STL . January 1996 diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 1450b8fc000e..928598d33c6b 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -737,7 +737,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://www.cs.princeton.edu/research/techreps/TR-597-99"> + xlink:href="https://www.cs.princeton.edu/research/techreps/293"> New Heap Data Structures </link> @@ -1138,7 +1138,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://marknelson.us/posts/1996/01/01/priority-queues.html">Priority Queues and the STL + xlink:href="https://web.archive.org/web/20240806213010/https://marknelson.us/posts/1996/01/01/priority-queues.html">Priority Queues and the STL </link> -- 2.47.2