Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I7c0cbb6df3d2cea3e73a9c3d72ca7a6f96fe25c2
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 7e87215..e4ce302 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -24,7 +24,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.