aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2017-07-24 15:37:26 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-24 21:04:42 +0200
commit1b548c71a86dca308f5c7f6393a1a5eeb85e6744 (patch)
tree900e52096a3a73db9cfeb510db2ce8494416d11b /site
parentc35e572314b0dd1939f8314272799f1ca3bb9cd6 (diff)
Cross-reference '--aspects' flag documentation.
Change-Id: I8fac99583087ddddb2c9e27cc3637a054a460c6e PiperOrigin-RevId: 162927601
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/aspects.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/docs/skylark/aspects.md b/site/docs/skylark/aspects.md
index c189656e90..63ac885466 100644
--- a/site/docs/skylark/aspects.md
+++ b/site/docs/skylark/aspects.md
@@ -182,7 +182,8 @@ on the target objects representing its `proto_deps` attribute values.
### Applying aspects from command line.
-Aspects can also be applied on the command line, using the `--aspects` flag:
+Aspects can also be applied on the command line, using the
+[`--aspects`](../command-line-reference.html#flag--aspects) flag:
```
@@ -191,6 +192,6 @@ bazel build //java/com/company/example:main \
```
`--aspects` flag takes one argument, which is a specification of the aspect in
-the format `<extension file path>%<aspect top-level name>`.
+the format `<extension file label>%<aspect top-level name>`.