]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Update link to Angelika Langer's book
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 17 Nov 2024 11:05:36 +0000 (12:05 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Sun, 17 Nov 2024 11:05:36 +0000 (12:05 +0100)
libstdc++-v3:
* doc/xml/manual/io.xml: Update link to Angelika Langer's book.
* doc/html/manual/streambufs.html: Regenerate.

libstdc++-v3/doc/html/manual/streambufs.html
libstdc++-v3/doc/xml/manual/io.xml

index d3c592177f08c9cd8cfb271748556113a6bbd1b0..e299d70cb0f1396c011cba2b304a861280a8da8d 100644 (file)
@@ -6,7 +6,7 @@
     </p><p>Creating your own stream buffers for I/O can be remarkably easy.
       If you are interested in doing so, we highly recommend two very
       excellent books:
-      <a class="link" href="http://www.angelikalanger.com/iostreams.html" target="_top">Standard C++
+      <a class="link" href="https://angelikalanger.com/iostreams.html" target="_top">Standard C++
       IOStreams and Locales</a> by Langer and Kreft, ISBN 0-201-18395-1, and
       <a class="link" href="http://www.josuttis.com/libbook/" target="_top">The C++ Standard Library</a>
       by Nicolai Josuttis, ISBN 0-201-37926-0.  Both are published by
index 8380683561a666c1076c050fabb2d6cb884bd8a9..d6fe2ce841d53d7c25927b2eaa2f450ded5b4b4f 100644 (file)
    <para>Creating your own stream buffers for I/O can be remarkably easy.
       If you are interested in doing so, we highly recommend two very
       excellent books:
-      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.angelikalanger.com/iostreams.html">Standard C++
+      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://angelikalanger.com/iostreams.html">Standard C++
       IOStreams and Locales</link> by Langer and Kreft, ISBN 0-201-18395-1, and
       <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.josuttis.com/libbook/">The C++ Standard Library</link>
       by Nicolai Josuttis, ISBN 0-201-37926-0.  Both are published by