aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-03-24 18:15:07 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-03-25 10:29:53 +0000
commit36f3dc0fb001290602230d7af93edfc55df3c028 (patch)
treebb24f8e0a32398a884659d052f07a2e1f6c1f883
parent087fc175b36574bc3d51bcf2caa99df7f81627df (diff)
Update URLs
-- MOS_MIGRATED_REVID=89417715
-rw-r--r--docs/FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 3a70c73aae..15afddc570 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -371,8 +371,8 @@ It is possible to write Python rules as extensions (see below). See
the following files for an example of generating self-contained zip
files for python:
- <https://github.com/google/bazel/blob/master/base_workspace/tools/build_rules/py_rules.bzl>\\
- <https://github.com/google/bazel/tree/master/base_workspace/examples/py>
+ <https://github.com/google/bazel/blob/master/tools/build_rules/py_rules.bzl>\\
+ <https://github.com/google/bazel/tree/master/examples/py>
We are working on opening up a subset of our internal Python rules, so
they can be used as helper scripts as part of a build.