Merge branch 'stable-3.1'

* stable-3.1:
  Documentation: Add plugins part to endpoint URI

Change-Id: I945122b7e368676c2ec18825ff6ac89372663f8f
diff --git a/src/main/resources/Documentation/rest-api-events.md b/src/main/resources/Documentation/rest-api-events.md
index 785019d..a61b1c7 100644
--- a/src/main/resources/Documentation/rest-api-events.md
+++ b/src/main/resources/Documentation/rest-api-events.md
@@ -1,4 +1,4 @@
-@PLUGIN@ - /events/ REST API
+@PLUGIN@ - /plugins/@PLUGIN@/events/ REST API
 ==================
 
 Events Endpoints
@@ -6,7 +6,7 @@
 
 ### List Events
 
-'GET /events/'
+'GET /plugins/@PLUGIN@/events/'
 
 Lists events that have happened. Will list the _n_ most recent events where _n_
 is the limit specified in the plugin configuration. See stream-events command
@@ -16,7 +16,7 @@
 Request
 
 ```
-  GET /events/ HTTP/1.0
+  GET /plugins/@PLUGIN@/events/ HTTP/1.0
 ```
 
 Response