Replace bazel-genfiles with bazel-bin in documentation Bug: Issue 11757 Change-Id: I9cf5a570c24aea5bed3c57c469eb2306e61f8300
diff --git a/README b/README index 4889aad..8632b6b 100644 --- a/README +++ b/README
@@ -16,7 +16,7 @@ The output for all the example plugins is created in - bazel-genfiles/all.zip + bazel-bin/all.zip To build a specific example plugin, issue one of the following commands: @@ -33,14 +33,14 @@ the output for the example is created in - bazel-genfiles/example-<example>/example-<example>.jar + bazel-bin/example-<example>/example-<example>.jar If the build command is run from inside a specific example directory, the output for the example is created in - example-<example>/bazel-genfiles/example-<example>.jar + example-<example>/bazel-bin/example-<example>.jar