Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I41ddbd067b5d0e126ae7bed8047ba3c860dcbee6
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index e36ff14..8f842c4 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -16,7 +16,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To execute the tests run:
@@ -40,7 +40,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 To execute the tests run: