Fix plugin name in REST API documentation synopsis lines

The example is showing the URL as "cookbook-plugin" when it
should be only "cookbook".

Change-Id: I1fd9543ca73d8812720ab996f5f64850e6b65357
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
 -----------