aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2016-06-21 17:17:52 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-22 10:45:47 +0000
commit4c335b5f4b5314e934e7fa4a6dbe81183833cc97 (patch)
treeafb86de46364ed6b6505e12cc8392c4b28e05da8
parentf68ae5d90ba5ffb46d285e83bbc0a3cdb3597efa (diff)
Change Markdown in execution_requirements docs to HTML, fixes #706.
-- MOS_MIGRATED_REVID=125465251
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java b/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
index ac2ae4e300..3245c53e75 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
@@ -190,8 +190,8 @@ public class SkylarkRuleImplementationFunctions {
named = true,
positional = false,
doc =
- "information for scheduling the action."
- + " See [tags](/docs/be/common-definitions.html#common.tags) for useful keys."
+ "information for scheduling the action. See "
+ + "<a href=\"/docs/be/common-definitions.html#common.tags\">tags</a> for useful keys."
),
@Param(
name = "input_manifests",
@@ -686,8 +686,8 @@ public class SkylarkRuleImplementationFunctions {
named = true,
positional = false,
doc =
- "information for scheduling the action to resolve this command."
- + " See [tags](/docs/be/common-definitions.html#common.tags) for useful keys."
+ "information for scheduling the action to resolve this command. See "
+ + "<a href=\"/docs/be/common-definitions.html#common.tags\">tags</a> for useful keys."
),
},
useLocation = true, useEnvironment = true