aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-07-07 14:32:40 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-07-07 14:54:23 +0000
commit845567756142c0063aae630379ef14f162b28f68 (patch)
treec697475ab3ce1fccc6694a5c176efccdc1edcca9 /site
parent9bf3f6af2e42feb3ff7ef589b0d9570029bbab67 (diff)
Fix a couple of links in documentation
-- MOS_MIGRATED_REVID=126803908
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/aspects.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/skylark/aspects.md b/site/docs/skylark/aspects.md
index 76d0054ce5..71589cbacc 100644
--- a/site/docs/skylark/aspects.md
+++ b/site/docs/skylark/aspects.md
@@ -101,8 +101,8 @@ for actions generated by aspects.
### Implementation functions
Aspect implementation functions are similiar to the rule implementation
-functions. They return [providers](rule.md#providers), can generate
-[actions](rule.md#actions) and take two arguments:
+functions. They return [providers](rules.md#providers), can generate
+[actions](rules.md#actions) and take two arguments:
* `target`: the target the aspect is being applied to.
* [`ctx`](lib/ctx.html): `ctx` object that can be used to access attributes and