aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-01-25 10:36:14 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-01-25 16:51:19 +0000
commitbaeb945e1a9937a47df666db6ed17211c394842b (patch)
tree15007353b5b9777f58c711259ad8b5d6e5c9a16f /src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
parent25f03d88b28efd47fb5cfefb7a4b477454d8a2d6 (diff)
Fix remaining links in inline native rule docs.
-- MOS_MIGRATED_REVID=112931111
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
index b6cb4c2bd4..32b10b4ac7 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
@@ -56,7 +56,7 @@ public final class AndroidLibraryBaseRule implements RuleDefinition {
</p>
<p>If <code>srcs</code> is omitted, then any dependency specified in
<code>deps</code> is exported from this rule (see
- <a href="#java_library.exports">java_library's exports</a> for more
+ <a href="java.html#java_library.exports">java_library's exports</a> for more
information about exporting dependencies). However, this behavior will be
deprecated soon; try not to rely on it.
</p>