We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1a9da commit 510d9e1Copy full SHA for 510d9e1
src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java
@@ -47,7 +47,7 @@
47
+ " It has methods for declaring output files and the actions that produce them."
48
+ "<p>Context objects essentially live for the duration of the call to the"
49
+ " implementation function. It is not useful to access these objects outside of their"
50
- + " associated function.See the <a"
+ + " associated function. See the <a"
51
+ " href='../rules.$DOC_EXT#implementation-function'>Rules page</a> for more "
52
+ "information.")
53
public interface SkylarkRuleContextApi extends StarlarkValue {
0 commit comments