Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I1b4e034c4b56a1a3651ff937158b124eceb6408d
diff --git a/README.md b/README.md
index 9056d47..e23b5be 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@
 Install
 -------
 
-Copy the `bazel-genfiles/oauth.jar` to
+Copy the `bazel-bin/oauth.jar` to
 `$gerrit_site/plugins` and re-run init to configure it:
 
 ```
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 7237c9c..08ddcdc 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/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE:
@@ -65,7 +65,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.