Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I0c901f84e0c4c07a4ae913eab4f71e1f6167dab5
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 0a6767b..b47afaa 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -20,7 +20,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To package the plugin sources run:
@@ -62,7 +62,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 To execute the tests run: