Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I5fa31584a20e2f62cde40f7c44861792ee1189fc
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 896cc60..3643444 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -26,7 +26,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/@PLUGIN@.jar
+  bazel-bin/@PLUGIN@.jar
 ```
 
 To package the plugin sources run:
@@ -91,7 +91,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/plugins/@PLUGIN@/@PLUGIN@.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 To execute the tests run: