aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/groovy
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-11-02 22:56:13 +0000
committerGravatar David Chen <dzc@google.com>2015-11-02 23:20:09 +0000
commitc23d6613262c856a67f756439e26f5ff2e6540d3 (patch)
tree54867dc44c418350441d7c5b838fcac588e1ec71 /tools/build_defs/groovy
parent06f65f7f935db564a2a4157f4155bcaf98a6f746 (diff)
Update links in Bazel docs to point to new BE pages.
Fixes #529 -- MOS_MIGRATED_REVID=106883457
Diffstat (limited to 'tools/build_defs/groovy')
-rw-r--r--tools/build_defs/groovy/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build_defs/groovy/README.md b/tools/build_defs/groovy/README.md
index f8e9b013e9..ad1763f60b 100644
--- a/tools/build_defs/groovy/README.md
+++ b/tools/build_defs/groovy/README.md
@@ -174,7 +174,7 @@ groovy_library(name, srcs, deps, **kwargs)
<tr>
<td><code>**kwargs</code></td>
<td>
- <code>see <a href="http://bazel.io/docs/build-encyclopedia.html#java_import">java_binary</a></code>
+ <code>see <a href="http://bazel.io/docs/be/java.html#java_import">java_binary</a></code>
<p>
The other arguments of this rule will be passed to the `java_import`
that wraps the groovy library.
@@ -233,7 +233,7 @@ groovy_and_java_library(name, srcs, deps, **kwargs)
<tr>
<td><code>**kwargs</code></td>
<td>
- <code>see <a href="http://bazel.io/docs/build-encyclopedia.html#java_import">java_binary</a></code>
+ <code>see <a href="http://bazel.io/docs/be/java.html#java_import">java_binary</a></code>
<p>
The other arguments of this rule will be passed to the `java_import`
that wraps the groovy library.
@@ -305,7 +305,7 @@ groovy_binary(name, main_class, srcs, deps, **kwargs)
<tr>
<td><code>**kwargs</code></td>
<td>
- <code>see <a href="http://bazel.io/docs/build-encyclopedia.html#java_binary">java_binary</a></code>
+ <code>see <a href="http://bazel.io/docs/be/java.html#java_binary">java_binary</a></code>
<p>
The other arguments of this rule will be passed to the `java_binary`
underlying the `groovy_binary`.