Merge "Fix minor issues with PluginLoader"
diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt
index f439504..83c47f3 100644
--- a/Documentation/dev-release.txt
+++ b/Documentation/dev-release.txt
@@ -114,6 +114,12 @@
 ** new war: [release-candidate], featured...
 ** old war: deprecated
 
+Plugin API JAR File
+~~~~~~~~~~~~~~~~~~~
+
+* Push JAR to commondatastorage.googleapis.com
+** Run tools/deploy_plugin_api.sh
+
 Tag
 ~~~
 
diff --git a/Documentation/install.txt b/Documentation/install.txt
index b90bbce..9cec83d 100644
--- a/Documentation/install.txt
+++ b/Documentation/install.txt
@@ -3,7 +3,7 @@
 
 [[requirements]]
 Requirements
------------
+------------
 To run the Gerrit service, the following requirements must be met on
 the host:
 
@@ -222,6 +222,13 @@
 * http://www.kernel.org/pub/software/scm/git/docs/git-daemon.html[man git-daemon]
 
 
+[[plugins]]
+Plugins
+-------
+
+Place Gerrit plugins in the review_site/plugins directory to have them loaded on Gerrit startup.
+
+
 External Documentation Links
 ----------------------------