aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/faq.md
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-11-02 22:56:13 +0000
committerGravatar David Chen <dzc@google.com>2015-11-02 23:20:09 +0000
commitc23d6613262c856a67f756439e26f5ff2e6540d3 (patch)
tree54867dc44c418350441d7c5b838fcac588e1ec71 /site/faq.md
parent06f65f7f935db564a2a4157f4155bcaf98a6f746 (diff)
Update links in Bazel docs to point to new BE pages.
Fixes #529 -- MOS_MIGRATED_REVID=106883457
Diffstat (limited to 'site/faq.md')
-rw-r--r--site/faq.md4
1 files changed, 2 insertions, 2 deletions
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?