commit | 99be69ffda51bb2e18c8c31b64e13f1d61bc7c7e | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:54 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:54 2019 +0900 |
tree | 2afbc3770f6ce2c77cc15a5fcb376315f447dc54 | |
parent | 0140f885f09d5392d555be9e84b1066f7b848015 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I12b8a7f681e2ebf9ac706e01ab88e2fd3aedc657
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index f6656f0..38961f6 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.