Merge branch 'stable-2.15' into stable-2.16
* stable-2.15:
Replace bazel-genfiles with bazel-bin in documentation
Change-Id: I13b8bba0f31b63c3c1ecee835eeaba8582b11c21
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 20b8cd1..3aafe70 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -21,7 +21,7 @@
The output is created in
```
- bazel-genfiles/@PLUGIN@.jar
+ bazel-bin/@PLUGIN@.jar
```
To package the plugin sources run:
@@ -69,7 +69,7 @@
The output is created in
```
- bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
+ bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
```
To execute the tests run: