Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I2f56cc6115d781fd07306595faeced336d33f7f0
diff --git a/README.md b/README.md
index a1e3258..916e48c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 The resulting artifact can be found under:
 
 ```
- bazel-genfiles/plugins/groovy-provider/groovy-provider.jar
+ bazel-bin/plugins/groovy-provider/groovy-provider.jar
 ```
 
 To test deploy the review plugin [1] and copy this Groovy Provider plugin
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index a7fa8e0..e32ec7d 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.