diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-05-19 10:12:09 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-05-19 10:13:55 +0200 |
commit | e82025df6289aff66e4fa3c5cb594728bf8344aa (patch) | |
tree | f3cbbf97c3d37d2b241aa5eabec5ddffdc2af23f | |
parent | 20b8779ea9bd82b26eeb195b30f695168cd7ae1d (diff) | |
download | gcc-e82025df6289aff66e4fa3c5cb594728bf8344aa.zip gcc-e82025df6289aff66e4fa3c5cb594728bf8344aa.tar.gz gcc-e82025df6289aff66e4fa3c5cb594728bf8344aa.tar.bz2 |
libstdc++: Move lafstern.org reference to https
libstdc++-v3/ChangeLog:
* doc/xml/manual/strings.xml: Move lafstern.org reference to https.
* doc/html/manual/strings.html: Regenerate.
-rw-r--r-- | libstdc++-v3/doc/html/manual/strings.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/strings.html b/libstdc++-v3/doc/html/manual/strings.html index 3441119..ceb09f9 100644 --- a/libstdc++-v3/doc/html/manual/strings.html +++ b/libstdc++-v3/doc/html/manual/strings.html @@ -111,7 +111,7 @@ 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 diff --git a/libstdc++-v3/doc/xml/manual/strings.xml b/libstdc++-v3/doc/xml/manual/strings.xml index e9d4c8c..b0dab64 100644 --- a/libstdc++-v3/doc/xml/manual/strings.xml +++ b/libstdc++-v3/doc/xml/manual/strings.xml @@ -145,7 +145,7 @@ <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 |