From c23d6613262c856a67f756439e26f5ff2e6540d3 Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 2 Nov 2015 22:56:13 +0000 Subject: Update links in Bazel docs to point to new BE pages. Fixes #529 -- MOS_MIGRATED_REVID=106883457 --- site/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/faq.md') diff --git a/site/faq.md b/site/faq.md index 1339444983..6fdb191d3f 100644 --- a/site/faq.md +++ b/site/faq.md @@ -386,9 +386,9 @@ Can I use Bazel for my [INSERT LANGUAGE HERE] project? We have an extension mechanism called Skylark that allows you to add new rules without recompiling Bazel. -For documentation: see [here](docs/skylark/index.html). We have support for +For documentation: see [here](/docs/skylark/index.html). We have support for several languages that use that extension mechanism, see our -[build encyclopedia](http://bazel.io/docs/build-encyclopedia.html) for the full +[build encyclopedia](/docs/be/overview.html) for the full list of supported languages. I need more functionality. Can I add rules that are compiled into Bazel? -- cgit v1.2.3