Remove some TODOs.

--
MOS_MIGRATED_REVID=88952129
diff --git a/README.md b/README.md
index 8907f95..ef5dc64 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@
 
   * How to [install Bazel](docs/install.md)
   * How to [get started using Bazel](docs/getting-started.md)
+  * The blaze command line is documented in the  [user manual](docs/bazel-user-manual.html)
   * The rule reference documentation is in the [build encyclopedia](docs/build-encyclopedia.html).
   * How to [use the query command](docs/bazel-query-v2.html)
   * How to [extend Bazel](docs/skylark/index.md)
-  * TODO(bazel-team): link to the user-manual
-  * TODO(bazel-team): link to the test encyclopedia?
+  * The test environment is described the [test encyclopedia](docs/test-encyclopedia.html).
 
 * About the Bazel project:
 
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 3b62ff8..769c66c 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -235,9 +235,7 @@
 How can I start using Bazel?
 ----------------------------
 
-See our [getting started doc](getting-started.md)
-
-TODO(bazel-team): link to an index of all our docs.
+See our [getting started document](getting-started.md).
 
 
 Why do I need to have a tools/ directory in my source tree?
@@ -301,9 +299,6 @@
   * Avoid processes that use random numbers, in particular, dictionary
     traversal is randomized in many programming languages.
 
-TODO(bazel-team): maybe this should be part of the skylark docs
-instead, or the genrule docs?
-
 
 Do you have binary releases?
 ----------------------------
@@ -326,7 +321,7 @@
 Bazel does not need clean builds for correctness, the CI system can
 be configured to not clean before starting a build/test run.
 
-TODO(bazel-team): link to exit codes.
+Further details on exit codes are in the [User Manual](docs/bazel-user-manual.html).
 
 What future features can we expect in Bazel?
 --------------------------------------------
diff --git a/docs/contributing.md b/docs/contributing.md
index 2f2061d..55d4b7e 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -42,7 +42,7 @@
   * ijar is a tool to extracts the class interfaces of jars and is a third
     party software at `//third_party/ijar`.
 * For Objective-C / iOS support
-  * TODO(bazel-team): fill ups the tools description
+  * TODO(bazel-team): add tools description
 
 When modifying Bazel, you want to make sure that the following still works:
 
diff --git a/docs/windows.md b/docs/windows.md
index b237f58..e9c99f3 100644
--- a/docs/windows.md
+++ b/docs/windows.md
@@ -1,8 +1,6 @@
 Building Bazel on Windows
 =========================
 
-TODO(bazel-team): Publish this file when Windows support is mature enough.
-
 Warning: Windows support on Bazel is still at a very early stage, many things
 will not work.