commit | 59f702c93ddb494478ed1a092bb0b6e392eb62a4 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:52 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Oct 16 12:56:52 2019 +0900 |
tree | 2088c4fcaabce5e45b2926831181fb6cbf4f0c7d | |
parent | 0fbd4e28b135527f6e7c39385dc8f8bc1fd0fdc4 [diff] |
Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I27f2d39651ec35d3f07f5883f65131f5a0fcf00b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index 119c894..fdc6433 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -26,7 +26,7 @@ The output is created in ``` - bazel-genfiles/plugins/account/account.jar + bazel-bin/plugins/account/account.jar ``` To execute the tests run: