Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: Ifd94d381e5fa2834bad5411ce1586660448643ea
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index ba9f1b5..52010dc 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -25,7 +25,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.