aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java
index 4142f3658d..db2268854b 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyRuleClasses.java
@@ -54,8 +54,9 @@ public final class BazelPyRuleClasses {
/* <!-- #BLAZE_RULE($base_py).ATTRIBUTE(deps) -->
The list of other libraries to be linked in to the binary target.
${SYNOPSIS}
- See general comments about <code>deps</code>
- at <a href="#common-attributes">Attributes common to all build rules</a>.
+ See general comments about <code>deps</code> at
+ <a href="common-definitions.html#common-attributes">
+ Attributes common to all build rules</a>.
These can be
<a href="#py_binary"><code>py_binary</code></a> rules,
<a href="#py_library"><code>py_library</code></a> rules or
@@ -110,8 +111,9 @@ public final class BazelPyRuleClasses {
/* <!-- #BLAZE_RULE($base_py_binary).ATTRIBUTE(data) -->
The list of files needed by this binary at runtime.
${SYNOPSIS}
- See general comments about <code>data</code>
- at <a href="#common-attributes">Attributes common to all build rules</a>.
+ See general comments about <code>data</code> at
+ <a href="common-definitions.html#common-attributes">
+ Attributes common to all build rules</a>.
Also see the <a href="#py_library.data"><code>data</code></a> argument of
the <a href="#py_library"><code>py_library</code></a> rule for details.
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */