This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libstdc++] manual/debug.xml: code.google.com uses https now


Applied (as revision 244769).

Gerald

2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* doc/xml/manual/debug.xml: code.google.com uses https now.

Index: doc/xml/manual/debug.xml
===================================================================
--- doc/xml/manual/debug.xml	(revision 244769)
+++ doc/xml/manual/debug.xml	(working copy)
@@ -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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]