Merge "Fix REST API calls for projects with '/' in the name" into stable-2.16
diff --git a/.bazelversion b/.bazelversion
index 25939d3..3eefcb9 100644
--- a/.bazelversion
+++ b/.bazelversion
@@ -1 +1 @@
-0.29.1
+1.0.0
diff --git a/.gitignore b/.gitignore
index 72d1580..a4ec9de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
 /.project
 /.settings
 /bazel-bin
-/bazel-genfiles
 /bazel-out
 /bazel-lfs
 /bazel-testlogs
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index f71464f..c2d0532 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -16,7 +16,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To execute the tests run:
@@ -45,7 +45,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE.