aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Steren <steren.giannini@gmail.com>2016-12-27 10:44:50 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-27 17:04:39 +0000
commit81eacdb451988703c2f73f2752e291af5c72c55a (patch)
tree6365c51a70d1d918ec5ea5396186f13773255f3f /site
parent98b7c0f7da1919b2fb6c18993441bb3f51845bf6 (diff)
Getting started: fix broken link
Closes #2290. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2290 PiperOrigin-RevId: 143017496 MOS_MIGRATED_REVID=143017496
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/getting-started.md b/site/versions/master/docs/getting-started.md
index 0e91dd3b13..3f39f43e9f 100644
--- a/site/versions/master/docs/getting-started.md
+++ b/site/versions/master/docs/getting-started.md
@@ -61,7 +61,7 @@ INFO: Elapsed time: 2.255s, Critical Path: 0.07s
```
We note two things. First, targets are normally referred to by their
-[label](/docs/build- ref.html#labels), which is specified by the
+[label](/docs/build-ref.html#labels), which is specified by the
[name](/docs/be/general.html#genrule.name) attribute of the rule. (Referencing
them by the output file name is also possible, but this is not the preferred
way.) Second, Bazel puts the generated files into a separate directory (the