Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I3816f07c90f1e75b78457ece401cec4d59523f0b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index ce45068..9d2fb90 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -13,7 +13,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.