aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-01-23 07:18:42 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-01-23 07:18:42 +0000
commitcd30831311d39d026b2f98860459ce62f195b757 (patch)
tree7ff55efff37ddba7bf372e7af39a394fb282c0ba
parent8fcd76ca59b8e17e9f2815132a7dd2d2f28173c6 (diff)
downloadgcc-cd30831311d39d026b2f98860459ce62f195b757.zip
gcc-cd30831311d39d026b2f98860459ce62f195b757.tar.gz
gcc-cd30831311d39d026b2f98860459ce62f195b757.tar.bz2
* doc/xml/manual/debug.xml: code.google.com uses https now.
From-SVN: r244770
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/debug.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d0ea82e..1da3a36 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
+ * doc/xml/manual/debug.xml: code.google.com uses https now.
+
+2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
+
* doc/xml/manual/test.xml: Fix link into gccint online manual.
2017-01-21 Ville Voutilainen <ville.voutilainen@gmail.com>
diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml
index 923f6ab..1e64a86 100644
--- a/libstdc++-v3/doc/xml/manual/debug.xml
+++ b/libstdc++-v3/doc/xml/manual/debug.xml
@@ -234,7 +234,7 @@
xlink:href="http://valgrind.org/docs/manual/hg-manual.html">
Helgrind</link>, and
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://code.google.com/p/data-race-test/">
+ xlink:href="https://code.google.com/p/data-race-test/">
ThreadSanitizer</link> (this refers to ThreadSanitizer v1, not the
new "tsan" feature built-in to GCC itself).
</para>