Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I51d566cf7e9e6ffd992be44a6181da6bdd51a07b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 4e44633..a5b86f0 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/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE.