Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I37399e58661be98ee0b04ee25b70cc24055e28e3
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 8cd1526..8e5bbf7 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/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To execute the tests run:
@@ -47,7 +47,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.