commit | 74bd74ab2cdb61519f76ebf1595d96abce1245de | [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 | eb094d0f9c97efc1e000a23f319c1c0d503e4f1e | |
parent | 8cca0560971e482c3718cdb50a8a42a0fb0b0f77 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I7336d3b617f3a1a4fdf01c3959eaabd4b493c7ba
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index e8b093d..31c5d25 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -16,7 +16,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.