aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/skylark')
-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 92f53ad9d8..bc20beab0a 100644
--- a/site/docs/skylark/index.md
+++ b/site/docs/skylark/index.md
@@ -5,8 +5,8 @@ title: Custom Rules
# Custom rules
Skylark is the code name of the extension mechanism for Bazel. It lets you write
-[custom build rules](rules.md) as well as compose existing ones into
-[macros](macros.md).
+[custom build rules](rules.html) as well as compose existing ones into
+[macros](macros.html).
## Getting started