We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f596af6 commit eecb3b7Copy full SHA for eecb3b7
site/versions/master/docs/skylark/aspects.md
@@ -104,8 +104,8 @@ Aspect implementation functions are similiar to the rule implementation
104
functions. They return [providers](rules.md#providers), can generate
105
[actions](rules.md#actions) and take two arguments:
106
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
+* `target`: the [target](lib/Target.html) the aspect is being applied to.
+* `ctx`: [`ctx`](lib/ctx.html) object that can be used to access attributes and
109
generate outputs and actions.
110
111
Example:
0 commit comments