aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-22 10:08:24 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-22 15:55:24 +0000
commiteb01c21f94fbd6119c2f73796f63f789fd765910 (patch)
tree7cb9350e959c940ca476b438e7bbc72aa048ea7b /site
parentfbdfa61450a4f30f1793c3e90edb9414a3ee759e (diff)
-- MOS_MIGRATED_REVID=112766331
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/skylark/index.md b/site/docs/skylark/index.md
index 49164ff088..92f53ad9d8 100644
--- a/site/docs/skylark/index.md
+++ b/site/docs/skylark/index.md
@@ -11,7 +11,7 @@ Skylark is the code name of the extension mechanism for Bazel. It lets you write
## Getting started
-Read the [concepts](concepts.md) behind Skylark and try the
-[cookbook examples](cookbook.md). To go further, read about the
+Read the [concepts](concepts.html) behind Skylark and try the
+[cookbook examples](cookbook.html). To go further, read about the
[standard library](lib/globals.html).