Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: Add missing footer that links to plugin index page
  Documentation: Refactor to match other plugin documentation
  Add an empty tools/BUILD file explicitly for Bazel

Change-Id: Ibbe3ab3552adce857c91ebc7806e097255cfee0d
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 9bb02c2..fd60c88 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -11,7 +11,7 @@
 Then issue
 
 ```
-  bazel build plugins/changemessage
+  bazel build plugins/@PLUGIN@
 ```
 
 in the root of Gerrit's source tree to build
@@ -19,7 +19,7 @@
 The output is created in
 
 ```
-  bazel-bin/plugins/changemessage/changemessage.jar
+  bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
 This project can be imported into the Eclipse IDE.
@@ -50,3 +50,7 @@
 ```
 ./tools/eclipse/project.sh
 ```
+
+[Back to @PLUGIN@ documentation index][index]
+
+[index]: index.html
diff --git a/tools/BUILD b/tools/BUILD
new file mode 100644
index 0000000..1fa2160
--- /dev/null
+++ b/tools/BUILD
@@ -0,0 +1 @@
+# Empty file - bazel treat directories with BUILD file as a package
\ No newline at end of file