From: Bill Neubauer Date: Fri, 9 May 2014 23:33:23 +0000 (-0700) Subject: runtime/race: fix the link for the race detector. X-Git-Tag: go1.3beta2~107 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=42c9eaaa499eb56b7d22a920540e8d560cb29883;p=gostls13.git runtime/race: fix the link for the race detector. LGTM=bradfitz R=golang-dev, bradfitz CC=golang-codereviews https://golang.org/cl/100330043 --- diff --git a/src/pkg/runtime/race/doc.go b/src/pkg/runtime/race/doc.go index aef805dad7..a2d882cdbf 100644 --- a/src/pkg/runtime/race/doc.go +++ b/src/pkg/runtime/race/doc.go @@ -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