commit | 07d4537e195dbb43da8e7e1b8a25c19862735a8a | [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 | 6215a4f1a8519c836c6121ca3d9e90f7eecdfafa | |
parent | 4b2ef3a865e71a9ff5c4008aeaa74339de976e07 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I387ecc2f6c5dbb0a972896ca328bbcef0dfaa33f
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index 5509bef..c134540 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -19,7 +19,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.