Merge branch 'stable-2.8' into stable-2.9

* stable-2.8:
  Fix plugin name in REST API documentation synopsis lines

Change-Id: Id73933ee6d6f8cb01e70c686f129e99ca564f5ed
diff --git a/src/main/resources/Documentation/rest-api-hello-project.md b/src/main/resources/Documentation/rest-api-hello-project.md
index baff966..4e51809 100644
--- a/src/main/resources/Documentation/rest-api-hello-project.md
+++ b/src/main/resources/Documentation/rest-api-hello-project.md
@@ -7,7 +7,7 @@
 
 SYNOPSIS
 --------
->     POST /projects/{project-name}/cookbook-plugin~hello-project
+>     POST /projects/{project-name}/cookbook~hello-project
 
 DESCRIPTION
 -----------
diff --git a/src/main/resources/Documentation/rest-api-hello-revision.md b/src/main/resources/Documentation/rest-api-hello-revision.md
index e0228d8..403bb57 100644
--- a/src/main/resources/Documentation/rest-api-hello-revision.md
+++ b/src/main/resources/Documentation/rest-api-hello-revision.md
@@ -7,7 +7,7 @@
 
 SYNOPSIS
 --------
->     POST /changes/{change-id}/revisions/{revision-id}/cookbook-plugin~hello-revision
+>     POST /changes/{change-id}/revisions/{revision-id}/cookbook~hello-revision
 
 DESCRIPTION
 -----------