Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I8fe51a5212a4c4c418618d9516f41d27f4314ddf
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index d7c6897..42856e8 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -19,7 +19,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.