Merge branch 'stable-2.14' into stable-2.15

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

Change-Id: Ibe7a4f859b5e114a2f1a8df4aa838deb18336b36
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 9154ae7..66d5a56 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -19,7 +19,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To package the plugin sources run:
@@ -53,7 +53,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: