aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2024-11-18 08:33:49 +0100
committerGerald Pfeifer <gerald@pfeifer.com>2024-11-18 08:33:49 +0100
commit83e86397b0c1d97c24075793cc5311b48baa2907 (patch)
tree579f7f7808c86656e81ea4e8f37a1ee91228658b
parentbeec291225be9b5e7a60b6818cf80224c343811d (diff)
downloadgcc-83e86397b0c1d97c24075793cc5311b48baa2907.zip
gcc-83e86397b0c1d97c24075793cc5311b48baa2907.tar.gz
gcc-83e86397b0c1d97c24075793cc5311b48baa2907.tar.bz2
libstdc++: Update reference to Angelika Langer's article
libstdc++-v3: * doc/xml/manual/allocator.xml: Update reference to Angelika Langer's article. * doc/html/manual/memory.html: Regenerate.
-rw-r--r--libstdc++-v3/doc/html/manual/memory.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/allocator.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/memory.html b/libstdc++-v3/doc/html/manual/memory.html
index 8b58359..e24af81 100644
--- a/libstdc++-v3/doc/html/manual/memory.html
+++ b/libstdc++-v3/doc/html/manual/memory.html
@@ -296,7 +296,7 @@
Reconsidering Custom Memory Allocation
</a>
</em>. </span><span class="author"><span class="firstname">Emery</span> <span class="surname">Berger</span>. </span><span class="author"><span class="firstname">Ben</span> <span class="surname">Zorn</span>. </span><span class="author"><span class="firstname">Kathryn</span> <span class="surname">McKinley</span>. </span><span class="copyright">Copyright © 2002 OOPSLA. </span></p></div><div class="biblioentry"><a id="id-1.3.4.4.4.3.9.6"></a><p><span class="title"><em>
- <a class="link" href="http://www.angelikalanger.com/Articles/C++Report/Allocators/Allocators.html" target="_top">
+ <a class="link" href="https://angelikalanger.com/Articles/C++Report/Allocators/Allocators.html" target="_top">
Allocator Types
</a>
</em>. </span><span class="author"><span class="firstname">Klaus</span> <span class="surname">Kreft</span>. </span><span class="author"><span class="firstname">Angelika</span> <span class="surname">Langer</span>. </span><span class="publisher"><span class="publishername">
diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml
index 7e74dca..f9fab49 100644
--- a/libstdc++-v3/doc/xml/manual/allocator.xml
+++ b/libstdc++-v3/doc/xml/manual/allocator.xml
@@ -505,7 +505,7 @@
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.angelikalanger.com/Articles/C++Report/Allocators/Allocators.html">
+ xlink:href="https://angelikalanger.com/Articles/C++Report/Allocators/Allocators.html">
Allocator Types
</link>
</title>