This is now under a domain of its own and uses https.

Pushed.
Gerald


libstdc++-v3:
        * doc/xml/manual/io.xml: New URL for Josuttis' "The C++ Standard
        Library".
        * doc/html/manual/streambufs.html: Regenerate.
---
 libstdc++-v3/doc/html/manual/streambufs.html | 2 +-
 libstdc++-v3/doc/xml/manual/io.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/doc/html/manual/streambufs.html 
b/libstdc++-v3/doc/html/manual/streambufs.html
index 8ae046c294d..a77cd09df3b 100644
--- a/libstdc++-v3/doc/html/manual/streambufs.html
+++ b/libstdc++-v3/doc/html/manual/streambufs.html
@@ -8,7 +8,7 @@
       excellent books:
       <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>
+      <a class="link" href="https://www.cppstdlib.com"; target="_top">The C++ 
Standard Library</a>
       by Nicolai Josuttis, ISBN 0-201-37926-0.  Both are published by
       Addison-Wesley, who isn't paying us a cent for saying that, honest.
    </p><p>Here is a simple example, io/outbuf1, from the Josuttis text.  It
diff --git a/libstdc++-v3/doc/xml/manual/io.xml 
b/libstdc++-v3/doc/xml/manual/io.xml
index adc37cd8488..3407f65ffad 100644
--- a/libstdc++-v3/doc/xml/manual/io.xml
+++ b/libstdc++-v3/doc/xml/manual/io.xml
@@ -192,7 +192,7 @@
       excellent books:
       <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>
+      <link xmlns:xlink="http://www.w3.org/1999/xlink"; 
xlink:href="https://www.cppstdlib.com";>The C++ Standard Library</link>
       by Nicolai Josuttis, ISBN 0-201-37926-0.  Both are published by
       Addison-Wesley, who isn't paying us a cent for saying that, honest.
    </para>
-- 
2.55.0

Reply via email to