Skip to content

Commit eecb3b7

Browse files
committed
Fix the aspects documentation
Fixes #2873 PiperOrigin-RevId: 154294358
1 parent f596af6 commit eecb3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/versions/master/docs/skylark/aspects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Aspect implementation functions are similiar to the rule implementation
104104
functions. They return [providers](rules.md#providers), can generate
105105
[actions](rules.md#actions) and take two arguments:
106106

107-
* `target`: the target the aspect is being applied to.
108-
* [`ctx`](lib/ctx.html): `ctx` object that can be used to access attributes and
107+
* `target`: the [target](lib/Target.html) the aspect is being applied to.
108+
* `ctx`: [`ctx`](lib/ctx.html) object that can be used to access attributes and
109109
generate outputs and actions.
110110

111111
Example:

0 commit comments

Comments
 (0)