index.sh: use https: instead of http:, update html files
authorGDB Administrator <gdbadmin@sourceware.org>
Thu, 9 Sep 2021 16:37:41 +0000 (16:37 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Thu, 9 Sep 2021 16:37:41 +0000 (16:37 +0000)
This commit changes the index.sh script to use https:// URLs
instead of http://, and then re-runs the script on the various
HTML files in this repository to use the updated URLs.

20 files changed:
bugs/index.html
committee/index.html
committee/release-manager.html
contribute/index.html
current/index.html
documentation/index.html
download/index.html
index.html
index.sh
irc/index.html
links/index.html
mailing-lists/index.html
mascot/index.html
news/index.html
news/reversible.html
papers/index.html
schedule/index.html
song/index.html
talks/index.html
testing/index.html

index a6ffea725d45a9f27f119f8fd3f18d4baed18791..8f0032b31eae3276354c133f598526565410957b 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -183,7 +183,7 @@ We welcome feedback and contributions.<p>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -193,7 +193,7 @@ We welcome feedback and contributions.<p>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -205,7 +205,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index cbbc51436f9ad6de75c07702c28bd97483bf60e8..b1003e14f69bebb11730de2343f2dbd9ffd9bd0a 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -99,7 +99,7 @@ affiliation, and they act on behalf of the GNU project.
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -109,7 +109,7 @@ affiliation, and they act on behalf of the GNU project.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -121,7 +121,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2019-02-10.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index ba5976d3683238d2180fac8e71ef0301b977ee21..82a41d6fb2ea5c80b947b6a554e27bd56206f6ff 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -107,7 +107,7 @@ the Release Manager, but will not ordinarily do so.</li>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -117,7 +117,7 @@ the Release Manager, but will not ordinarily do so.</li>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -129,7 +129,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index c4049494b52da139d4f740a7b55d8d5752cb2b43..7f0b03bd3016725c6440303aa9373a1767402afc 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -94,7 +94,7 @@ Contribution Checklist</a>.
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -104,7 +104,7 @@ Contribution Checklist</a>.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -116,7 +116,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2019-01-29.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 44c0834354d47af6dc00a80088dcdf44928eebe2..67da986d952723745150a55a24e7271380f506ba 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -197,7 +197,7 @@ Write access to this repository is restricted.<p>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -207,7 +207,7 @@ Write access to this repository is restricted.<p>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
index 895094d5d7dc5e34d01386698e2c4fac7e0fe381..f42f2350a027ef743b425ae90d6b909027db9feb 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -205,7 +205,7 @@ V850 development</a></li>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -215,7 +215,7 @@ V850 development</a></li>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -227,7 +227,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2020-10-02.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 8837d2c81573818b92ea078bd57bb5d75ccb2388..d9e6c4b926b8ad1bd2ded511ce70ee92d1edb49f 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -101,7 +101,7 @@ If anyone has an even older release, we're very interested.
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -111,7 +111,7 @@ If anyone has an even older release, we're very interested.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -123,7 +123,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2021-04-25.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 75cf0c89ab3547ae9b79142d6ab259e8a661e930..c5ee345a9aba7a0b5f8f54b7597d9903a19d0ede 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../gdb/news/">news</a>]
 [<a href="../gdb/schedule/">schedule</a>]
 [<a href="../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -249,7 +249,7 @@ news <a href="../gdb/news">archive</a>.
 [<a href="../gdb/news/">news</a>]
 [<a href="../gdb/schedule/">schedule</a>]
 [<a href="../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -259,7 +259,7 @@ news <a href="../gdb/news">archive</a>.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../gdb/">the GDB
@@ -271,7 +271,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2021-07-03.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 9f9a31a2db5da65d7c1db29461f3495abc96e1a3..704cec08e224b12867566550a723c701767b14ae 100755 (executable)
--- a/index.sh
+++ b/index.sh
@@ -71,7 +71,7 @@ contents ()
 [<a href="${prefix}news/">news</a>]
 [<a href="${prefix}schedule/">schedule</a>]
 [<a href="${prefix}song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 EOF
@@ -88,8 +88,8 @@ cat <<EOF
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 EOF
 
 cat <<EOF
@@ -163,7 +163,7 @@ cat <<EOF
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="${prefix}">the GDB
index 9da56ba0919cc1fb512d0edb6d677ec82a0217d3..904a901aa110d3dc7443dcc60bab6f369b83f34f 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -71,7 +71,7 @@ or port 6667 (plaintext).
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -81,7 +81,7 @@ or port 6667 (plaintext).
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -93,7 +93,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2021-05-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 2e18bbb1f386e54887f1846d6b4af59055c65c2e..75628876d72cf2b3b3e1b091355c6de6fb8e362e 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -173,7 +173,7 @@ Debugging with GDB.</a></li>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -183,7 +183,7 @@ Debugging with GDB.</a></li>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -195,7 +195,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index b2e81fadf1d8f3e36a86f6a3091aba5a1a392625..cf4530be76893b2dfbc803189948dbec67fbd1ec 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -141,7 +141,7 @@ name="bug-gdb"> <b>bug-gdb</b></a>) is the public GDB news group.</dd>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -151,7 +151,7 @@ name="bug-gdb"> <b>bug-gdb</b></a>) is the public GDB news group.</dd>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -163,7 +163,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2020-05-12.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index cda6a063fd4e0118ec5809ed116c776fbab531d1..d944f32954c4fc5b735906582107b15b7d982675 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -96,7 +96,7 @@ BY-SA 3.0 US</a>.
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -106,7 +106,7 @@ BY-SA 3.0 US</a>.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -118,7 +118,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 0c2e2a261a5f2cf23f7dfd04f0492bef9b12310b..cb46ed1c2a2db7db0b66ab79f287d9f300478cb2 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -2088,7 +2088,7 @@ development for about five years.  Check it out. <p>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -2098,7 +2098,7 @@ development for about five years.  Check it out. <p>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -2110,7 +2110,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2021-07-03.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 772e53bfb0a451609a3c6a145a3848ed474a0464..536c88b67e8a603e05c913de57c35f54e7425947 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -149,7 +149,7 @@ we would welcome your help!
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -159,7 +159,7 @@ we would welcome your help!
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -171,7 +171,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 3d98a0b7597e647c2c54d71ac66e171346e11136..039aeb93631395a3f426b6a07815f495d1ac7b12 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -74,7 +74,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -84,7 +84,7 @@ Fish]" /></a>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -96,7 +96,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 1e36bba37f69e71c35ac3ca778544d5dcbf3baae..a2a44c14fae8934ccffd09a3bcd3fd9adfdac0a0 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -324,7 +324,7 @@ ambitious</td> </tr>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -334,7 +334,7 @@ ambitious</td> </tr>
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -346,7 +346,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2021-07-03.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index 06b43e8a6a33164c6be1381b1f1ae153c898af2d..98250670ee314ab12da9455712bd5e15654717ff 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -83,7 +83,7 @@ Jason
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -93,7 +93,7 @@ Jason
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -105,7 +105,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index cb8034daae3ac02e7f3a2448424979cf94729d55..540a0f473403c4194ac7be8bf0ae7fb071a1c069 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -75,7 +75,7 @@ The Heisenberg Debugging Technology: a talk on Introspect given at ESC West.
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -85,7 +85,7 @@ The Heisenberg Debugging Technology: a talk on Introspect given at ESC West.
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -97,7 +97,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
index deda2668c726774bae4d169e95058c970bf209e8..cc386af3d3c12f766d474e2778f4b03e0557a356 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html
           PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+          "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -37,7 +37,7 @@ Fish]" /></a>
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -74,7 +74,7 @@ href="http://sourceware.org/cgi-bin/gdb.cgi">http://sourceware.org/cgi-bin/gdb.c
 [<a href="../../gdb/news/">news</a>]
 [<a href="../../gdb/schedule/">schedule</a>]
 [<a href="../../gdb/song/">song</a>]
-[<a href="http://sourceware.org/gdb/wiki/">wiki</a>]
+[<a href="https://sourceware.org/gdb/wiki/">wiki</a>]
 </small>
 </center>
 
@@ -84,7 +84,7 @@ href="http://sourceware.org/cgi-bin/gdb.cgi">http://sourceware.org/cgi-bin/gdb.c
 
 <p>Please send FSF &amp; GNU inquiries &amp; questions to <a
 href="mailto:gnu@gnu.org">gnu@gnu.org</a>.  There are also <a
-href="http://www.gnu.org/home.html#ContactInfo">other ways to
+href="https://www.gnu.org/home.html#ContactInfo">other ways to
 contact</a> the FSF.</p>
 
 <p>This page is maintained by <a href="../../gdb/">the GDB
@@ -96,7 +96,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2017-09-26.</p>
+<p>Last modified 2021-09-09.</p>
 </address>
 
 </body>
This page took 0.10262 seconds and 5 git commands to generate.