Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: I1bc73fb3a28763965a6f228a78cd4b78bbae6e3b
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 5581ebe..9d7e369 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -25,7 +25,7 @@
 The output is created in
 
 ```
-  bazel-genfiles/plugins/scala-provider/scala-provider.jar
+  bazel-bin/plugins/scala-provider/scala-provider.jar
 ```
 
 This project can be imported into the Eclipse IDE.