Replace bazel-genfiles with bazel-bin in documentation

Bug: Issue 11757
Change-Id: Iebd3527b385daf1971dccb0c6c7f2733b5ac23fb
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 17d1f10..ebd24bf 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/plugins/ref-protection/ref-protection.jar
+  bazel-bin/plugins/ref-protection/ref-protection.jar
 ```
 
 This project can be imported into the Eclipse IDE.