aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-02-10 21:52:55 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-02-11 11:49:47 +0000
commit4bba26350a56e8efa11a99d431ae47ee819ecd00 (patch)
tree3a5f93faa9d7c3b33afed5b1f7ff970cf8f19211 /site
parent9a9573b0f158be662691cb9c0de6359ffd13f125 (diff)
*** Reason for rollback *** This change broke internal docs and is no longer needed because the documentation pipeline will automatically take care of converting these to .html for the external site. *** Original change description *** Fix links in http://bazel.io/docs/skylark/ -- MOS_MIGRATED_REVID=114364411
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 bc20beab0a..25ec9b0d1d 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.html) behind Skylark and try the
-[cookbook examples](cookbook.html). To go further, read about the
+Read the [concepts](concepts.md) behind Skylark and try the
+[cookbook examples](cookbook.md). To go further, read about the
[standard library](lib/globals.html).