aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
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
parent06f65f7f935db564a2a4157f4155bcaf98a6f746 (diff)
Update links in Bazel docs to point to new BE pages.
Fixes #529 -- MOS_MIGRATED_REVID=106883457
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/groovy/README.md6
-rw-r--r--tools/build_rules/appengine/README.md4
2 files changed, 5 insertions, 5 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`.
diff --git a/tools/build_rules/appengine/README.md b/tools/build_rules/appengine/README.md
index f8a7f4df48..8c806f1d9a 100644
--- a/tools/build_rules/appengine/README.md
+++ b/tools/build_rules/appengine/README.md
@@ -169,7 +169,7 @@ appengine_war(name, jars, data, data_path)
</tbody>
</table>
-<a name="java_war">
+<a name="java_war"></a>
## java_war
```
@@ -213,7 +213,7 @@ java_war(name, data, data_path, **kwargs)
<tr>
<td><code>**kwargs</code></td>
<td>
- <code>see <a href="http://bazel.io/docs/build-encyclopedia.html#java_library">java_library</a></code>
+ <code>see <a href="http://bazel.io/docs/be/java.html#java_library">java_library</a></code>
<p>
The other arguments of this rule will be passed to build a `java_library`
that will be passed in the `jar` arguments of a