commit | 20bc2a6d086029c524bc16067e8722dc89e4115c | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:53 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:53 2019 +0900 |
tree | e44c514b3af18ca7edff91050c500500d39dad30 | |
parent | cdb495b5e63636175234908e0a3436c0cb2d14e2 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: Ic9654b913271f43d8107c0ccc57f640c10b22bf3
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index c8736df..9841fc8 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -27,7 +27,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.