Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: Ia8e451a17f22f5f11a84534514403bbfd344701b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 46f11b1..b484ab1 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -21,7 +21,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To execute the tests run:
@@ -42,7 +42,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. List the plugin in the