diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-22 14:44:11 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-06-22 14:44:11 +0200 |
commit | d4adba21a7a1428a0ad1a2647fe98fca77f5bf3c (patch) | |
tree | 251a66a5ef62e678175d9f781a9b6b810a88acee /libstdc++-v3/doc/xml | |
parent | 69fdcd0c57c761693bd90f61bcd4884951f16365 (diff) | |
download | gcc-d4adba21a7a1428a0ad1a2647fe98fca77f5bf3c.zip gcc-d4adba21a7a1428a0ad1a2647fe98fca77f5bf3c.tar.gz gcc-d4adba21a7a1428a0ad1a2647fe98fca77f5bf3c.tar.bz2 |
libstdc++: Move gcc.gnu.org and sourceware.org links to https
libstdc++-v3:
* doc/xml/manual/debug.xml: Move gcc.gnu.org link to https.
Ditto for sourceware.org links.
* doc/html/manual/debug.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 23dbae5..4478407 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -49,7 +49,7 @@ </para> <para> - Many other options are available: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging%20Options">"Options + Many other options are available: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging%20Options">"Options for Debugging Your Program"</link> in Using the GNU Compiler Collection (GCC) for a complete list. </para> @@ -270,7 +270,7 @@ </para> <para> - Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/current/onlinedocs/gdb"> + Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceware.org/gdb/current/onlinedocs/gdb"> "GDB features for C++" </link> in the GDB documentation. Also recommended: the other parts of this manual. </para> @@ -316,12 +316,12 @@ <para> For additional information on STL support and GDB please visit: - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/wiki/STLSupport"> "GDB Support + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceware.org/gdb/wiki/STLSupport"> "GDB Support for STL" </link> in the GDB wiki. Additionally, in-depth documentation and discussion of the pretty printing feature can be found in "Pretty Printing" node in the GDB manual. You can find on-line versions of the GDB user manual in GDB's homepage, at - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/"> "GDB: The GNU Project + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceware.org/gdb/"> "GDB: The GNU Project Debugger" </link>. </para> |