Merge branch 'stable-3.0'

* stable-3.0:
  Replace bazel-genfiles with bazel-bin in documentation
  Upgrade bazlets to latest stable-3.0 to build with 3.0.3 API
  Bump bazel version to 1.0.0
  Upgrade bazlets to latest stable-2.16 to build with 2.16.12 API
  Upgrade bazlets to latest stable-2.15 to build with 2.15.17 API

Change-Id: I8d02020afdddd7d9e8090a1f80ea61f6332705de
diff --git a/WORKSPACE b/WORKSPACE
index 44f593c..cc9fd77 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "29ba75f790c68ae2c233a67f7ce1e58e04201ce2",
+    commit = "acfed42f6ad6863b1906da240b564b6f714e6b75",
     #local_path = "/home/<user>/projects/bazlets",
 )