aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar brandjon <brandjon@google.com>2018-03-10 07:39:39 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-10 07:41:07 -0800
commit189adbce04d9b839043996df69ca8375ebbf038d (patch)
tree62421971d5ed21411ff20e9033d6834e945efa47 /src/main
parent9c101404519d91db8e8dec09f9a9495eb8352f58 (diff)
Update links to examples
See changes in https://github.com/bazelbuild/examples/pull/56 RELNOTES: None PiperOrigin-RevId: 188601311
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java b/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java
index 914be9b43f..b8f75f07dc 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java
@@ -241,9 +241,7 @@ public class SkylarkActionFactory implements SkylarkValue {
"Creates a file write action. When the action is executed, it will write the given content "
+ "to a file. This is used to generate files using information available in the "
+ "analysis phase. If the file is large and with a lot of static content, consider "
- + "using <a href=\"#expand_template\"><code>expand_template</code></a>. "
- + "<a href=\"https://github.com/bazelbuild/examples/blob/master/rules/executable/executable.bzl\">"
- + "See example of use</a>",
+ + "using <a href=\"#expand_template\"><code>expand_template</code></a>.",
parameters = {
@Param(name = "output", type = Artifact.class, doc = "The output file.", named = true),
@Param(