Bazel docs: Fix broken link on FAQ page.
--
MOS_MIGRATED_REVID=89389434
diff --git a/docs/FAQ.md b/docs/FAQ.md
index b3bfa21..a1b74e2 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -352,7 +352,7 @@
Bazel does not need clean builds for correctness, the CI system can
be configured to not clean before starting a build/test run.
-Further details on exit codes are in the [User Manual](docs/bazel-user-manual.html).
+Further details on exit codes are in the [User Manual](bazel-user-manual.html).
What future features can we expect in Bazel?
--------------------------------------------