]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix another broken link
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 18 Apr 2013 21:48:54 +0000 (14:48 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 18 Apr 2013 21:48:54 +0000 (14:48 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8763045

doc/articles/race_detector.html

index 30458ef0d6f8c89c7ee5c831d6ac2abf4bdeb921..5c649f669147471ebe9682174104431b32fadf85 100644 (file)
@@ -142,7 +142,7 @@ $ GORACE="log_path=/tmp/race/report strip_path_prefix=/my/go/sources/" go test -
 
 <p>
 When you build with <code>-race</code> flag, the <code>go</code> command defines additional
-<a href="/pkg/go/build/#Build_Constraints">build tag</a> <code>race</code>.
+<a href="/pkg/go/build/#hdr-Build_Constraints">build tag</a> <code>race</code>.
 You can use the tag to exclude some code and tests when running the race detector.
 Some examples:
 </p>