commit | c016102419f449cb367cdbe96be85c8628dd3610 | [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 | 984f364a5f3da91fe7400412595d7c89a1350e17 | |
parent | 603706b1457df673a0ebcf16c9b49fd40bc769f3 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: Iefbe0f9a5adb4a397eb92ce8a5f376805ca2cc29
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index ba9f1b5..52010dc 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.