Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Replace bazel-genfiles with bazel-bin in documentation

Change-Id: Ibbbf7322cfeccaab7a7b9a8e2897596fbd3b2300
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index ff88faf..40a9cc4 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/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE.