aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar spomorski <spomorski@google.com>2017-12-07 07:45:52 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-07 07:47:19 -0800
commit45db110383c8dccb03979ea1745cd087c344a5a9 (patch)
tree9b248f1e02244a3e1c5ecdcca5fbd484ec47c0c7 /site/docs
parent40bc935f033412f8564c57a2bd7ec99f493538c3 (diff)
Fix link to Skylark reference.
Addresses GitHub issue #4244 "Skylark API page is not available." RELNOTES: None. PiperOrigin-RevId: 178239595
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/skylark/language.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/language.md b/site/docs/skylark/language.md
index 2fda37220c..c1c0d874ef 100644
--- a/site/docs/skylark/language.md
+++ b/site/docs/skylark/language.md
@@ -10,7 +10,7 @@ title: Extensions - Overview
The page is an overview of Skylark, the language used in Bazel. This should be
enough to get you started, but you may be interested in a more complete
[specification of Skylark](spec.md). For a complete list of functions and
-types, please check the [API reference](skylark-overview.html).
+types, please check the [API reference](lib/skylark-overview.html).
## Syntax