aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-03-24 17:35:46 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-03-25 10:29:11 +0000
commit0af61f00036a785235bab827c6d7a4a9df8b50d9 (patch)
tree85a462e9c3634416f9a053077555aa5f6135d0be
parent1e327bf3be225c3d86febbe9e221689c43ffef63 (diff)
Fix link in FAQ.md
-- MOS_MIGRATED_REVID=89413449
-rw-r--r--docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 22060e8fd7..3a70c73aae 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -157,7 +157,7 @@ Can I see examples?
Yes, for a simple example, see
- <https://github.com/google/bazel/blob/master/base_workspace/examples/cpp/BUILD>
+ <https://github.com/google/bazel/blob/master/examples/cpp/BUILD>
The bazel source code itself provides more complex examples, eg.