Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I19f0ad80b67dbd99e5c79a879effd75a4f7905d8
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 41a69ca..48ee3c6 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -22,7 +22,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To execute the tests run:
@@ -63,7 +63,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.