]> Cypherpunks repositories - gostls13.git/commitdiff
doc: use HTTPS for clang.llvm.org link in go1.6.html
authorSuriyaa Sundararuban <suriyaasundararuban@gmail.com>
Tue, 12 Jun 2018 12:17:51 +0000 (12:17 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Jun 2018 15:03:24 +0000 (15:03 +0000)
Change-Id: I67aac387359378cf7aa8f7cafa6557ebf1338baf
Reviewed-on: https://go-review.googlesource.com/118176
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.6.html

index 9594736e654fd8034860c4cec5bcbf7d00eaf609..902a82d517efdd22fa90a898d6860e8e80eb002e 100644 (file)
@@ -116,7 +116,7 @@ instead of generated from <a href="/cmd/yacc/">yacc</a>.
 <p>
 The compiler, linker, and <code>go</code> command have a new flag <code>-msan</code>,
 analogous to <code>-race</code> and only available on linux/amd64,
-that enables interoperation with the <a href="http://clang.llvm.org/docs/MemorySanitizer.html">Clang MemorySanitizer</a>.
+that enables interoperation with the <a href="https://clang.llvm.org/docs/MemorySanitizer.html">Clang MemorySanitizer</a>.
 Such interoperation is useful mainly for testing a program containing suspect C or C++ code.
 </p>