aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-11-20 16:49:30 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-11-20 21:06:23 +0000
commit91280c52394c53f310695749d9912caa0d62d968 (patch)
treed762fe036c9d837536d880bdc90ec4bc9c146dc9 /site
parent820fc812e6abfce7f72c9b73293ba7908bbb31b3 (diff)
Fix broken link in Skylark documentation
-- MOS_MIGRATED_REVID=108347869
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index 6e392b1e98..a45c231542 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -365,7 +365,7 @@ Test rules
----------
To create a test rule, set `test=True` in the
-[rule function](lib/Globals.html#rule). The name of the rule must
+[rule function](lib/globals.html#rule). The name of the rule must
also end with `_test`. Test rules are implicitly executable, which means they
must generate the output file `ctx.outputs.executable`.