Replace bazel-genfiles with bazel-bin in documentation
Bug: Issue 11757
Change-Id: Ie511ba55c0e620341d785bf4254fd30d2a7260db
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 630c6fb..a41015d 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -20,7 +20,7 @@
The output is created in
```
- bazel-genfiles/@PLUGIN@.jar
+ bazel-bin/@PLUGIN@.jar
```
To package the plugin sources run:
@@ -68,7 +68,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: