summaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-04-18 14:48:54 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-04-18 14:48:54 -0700
commite7982c6ca7c4c8953f644640ffd69ea34440c69c (patch)
tree5bf40cbe0a209caf9bf4283c903924fd8e292154 /doc/articles
parentea311eaf6e4a6156af9fdeadb3dd61e99520aa44 (diff)
downloadgo-e7982c6ca7c4c8953f644640ffd69ea34440c69c.tar.gz
doc: fix another broken link
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8763045
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/race_detector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html
index 30458ef0d..5c649f669 100644
--- a/doc/articles/race_detector.html
+++ b/doc/articles/race_detector.html
@@ -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>