Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I6303c5cfef4ffc2bf84d873114290eb127e45a5b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index 7edb549..a3ef5c8 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -25,7 +25,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.