]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: fix the link for the race detector.
authorBill Neubauer <wcn@golang.org>
Fri, 9 May 2014 23:33:23 +0000 (16:33 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 May 2014 23:33:23 +0000 (16:33 -0700)
LGTM=bradfitz
R=golang-dev, bradfitz
CC=golang-codereviews
https://golang.org/cl/100330043

src/pkg/runtime/race/doc.go

index aef805dad71f81886505f3691728a480ae7330a7..a2d882cdbf97a319ff18aea921b803363aa439a4 100644 (file)
@@ -5,5 +5,5 @@
 // Package race implements data race detection logic.
 // No public interface is provided.
 // For details about the race detector see
-// http://golang.org/doc/articles/race_detector.html
+// http://blog.golang.org/race-detector
 package race