* doc/xml/manual/debug.xml: code.google.com uses https now.

From-SVN: r244770
This commit is contained in:
Gerald Pfeifer 2017-01-23 07:18:42 +00:00 committed by Gerald Pfeifer
parent 8fcd76ca59
commit cd30831311
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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>