]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Move lafstern.org reference to https
authorGerald Pfeifer <gerald@pfeifer.com>
Fri, 19 May 2023 08:12:09 +0000 (10:12 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Fri, 19 May 2023 08:13:55 +0000 (10:13 +0200)
libstdc++-v3/ChangeLog:

* doc/xml/manual/strings.xml: Move lafstern.org reference to https.
* doc/html/manual/strings.html: Regenerate.

libstdc++-v3/doc/html/manual/strings.html
libstdc++-v3/doc/xml/manual/strings.xml

index 3441119e9263d7c1eaf1d1945a19fa8c88ac2041..ceb09f97eac4043db9c7622e222bc9d4b69ab0eb 100644 (file)
    book <span class="emphasis"><em>Exceptional C++</em></span> and on his website as <a class="link" href="http://www.gotw.ca/gotw/029.htm" target="_top">GotW 29</a>.
    </p><p>See?  Told you it was easy!</p><p>
      <span class="emphasis"><em>Added June 2000:</em></span> The May 2000 issue of C++
-     Report contains a fascinating <a class="link" href="http://lafstern.org/matt/col2_new.pdf" target="_top"> article</a> by
+     Report contains a fascinating <a class="link" href="https://lafstern.org/matt/col2_new.pdf" target="_top"> article</a> by
      Matt Austern (yes, <span class="emphasis"><em>the</em></span> Matt Austern) on why
      case-insensitive comparisons are not as easy as they seem, and
      why creating a class is the <span class="emphasis"><em>wrong</em></span> way to go
index e9d4c8ce347036ae444337d0b44275bab42365df..b0dab645a2d9f1924dc274f960fda759797913b1 100644 (file)
    <para>See?  Told you it was easy!</para>
    <para>
      <emphasis>Added June 2000:</emphasis> The May 2000 issue of C++
-     Report contains a fascinating <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://lafstern.org/matt/col2_new.pdf"> article</link> by
+     Report contains a fascinating <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://lafstern.org/matt/col2_new.pdf"> article</link> by
      Matt Austern (yes, <emphasis>the</emphasis> Matt Austern) on why
      case-insensitive comparisons are not as easy as they seem, and
      why creating a class is the <emphasis>wrong</emphasis> way to go