Change @PLUGIN@ to automerger, as we might not be serving these pages, 
so we should use the raw string so we have a document we can link to.

Change-Id: Ic09fb1e5b86127e789410d3d97c576ae83297083
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index dcb8c3b..0b46f5c 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -1,8 +1,8 @@
-@PLUGIN@ Configuration
+Automerger Configuration
 ======================
 
-The configuration of the @PLUGIN@ plugin is done on the project level in
-the `@PLUGIN@.config` file of the project.
+The configuration of the automerger plugin is done on the project level in
+the `automerger.config` file of the project.
 
 ```
   [global]
@@ -17,7 +17,7 @@
     blankMerge = .*SKIP UNLESS MERGEALL SET.*
     missingDownstreamsMessage = there is no ${missingDownstreams}
 
-  [@PLUGIN@ "branch1:branch2"]
+  [automerger "branch1:branch2"]
     setProjects = some/project
     addProjects = some/other/project
     ignoreProjects = some/ignored/project
@@ -65,7 +65,7 @@
   - topic
   - conflict
 
-  For example, you could configure the @PLUGIN@.config to include:
+  For example, you could configure the automerger.config to include:
 
   ```
     conflictMessage = Conflict message ${conflict} found on branch ${branch}
@@ -113,37 +113,37 @@
   The message can be custom configured to include the missing downstream
   branches.
 
-  For example, you could configure the @PLUGIN@.config to include:
+  For example, you could configure the automerger.config to include:
 
   ```
     missingDownstreamsMessage = Missing downstreams ${missingDownstreams}
   ```
 
-@PLUGIN@.branch1:branch2.setProjects
+automerger.branch1:branch2.setProjects
 : Projects to automerge for.
 
   If setProjects is set, it overrides the default scope.
 
-@PLUGIN@.branch1:branch2.addProjects
+automerger.branch1:branch2.addProjects
 : Projects to add on top of the projects already in scope.
 
   If setProjects is set, this will add projects on top of the setProjects.
   If setProjects is not set, this will add projects on top of the default scope.
 
-@PLUGIN@.branch1:branch2.ignoreProjects
+automerger.branch1:branch2.ignoreProjects
 : Projects to ignore on top of the projects already in scope
 
   If setProjects is set, this will ignore projects on top of the setProjects.
   If setProjects is not set, this will ignore projects on top of the default
   scope.
 
-@PLUGIN@.branch1:branch2.mergeAll
+automerger.branch1:branch2.mergeAll
 : If this is true, the blankMerge regex will be ignored.
 
   When mergeAll is true, the blankMerge regex will be ignored but the
   alwaysBlankMerge regex will still be honored.
 
-@PLUGIN@.branch1:branch2.ignoreSourceManifest
+automerger.branch1:branch2.ignoreSourceManifest
 : If this is true, the default scope will be modified.
 
   The default scope normally includes the intersection of all projects in the
diff --git a/src/main/resources/Documentation/rest-api-automerge-change.md b/src/main/resources/Documentation/rest-api-automerge-change.md
index f2fe9cc..fba7f10 100644
--- a/src/main/resources/Documentation/rest-api-automerge-change.md
+++ b/src/main/resources/Documentation/rest-api-automerge-change.md
@@ -1,4 +1,4 @@
-@PLUGIN@ automerge-change
+automerger automerge-change
 =============================
 
 NAME
@@ -7,7 +7,7 @@
 
 SYNOPSIS
 --------
->     POST /projects/{project-name}/@PLUGIN@~automerge-change
+>     POST /projects/{project-name}/automerger~automerge-change
 
 DESCRIPTION
 -----------
@@ -21,7 +21,7 @@
 REQUEST
 -----------
 ```
-  POST /projects/{project-name}/@PLUGIN@~automerge-change HTTP/1.0
+  POST /projects/{project-name}/automerger~automerge-change HTTP/1.0
   Content-Type application/json;charset=UTF-8
 
   {
diff --git a/src/main/resources/Documentation/rest-api-config-downstream.md b/src/main/resources/Documentation/rest-api-config-downstream.md
index 45be612..a7aecf5 100644
--- a/src/main/resources/Documentation/rest-api-config-downstream.md
+++ b/src/main/resources/Documentation/rest-api-config-downstream.md
@@ -1,4 +1,4 @@
-@PLUGIN@ config-downstream
+automerger config-downstream
 =============================
 
 NAME
@@ -7,7 +7,7 @@
 
 SYNOPSIS
 --------
->     POST /projects/{project-name}/@PLUGIN@~config-downstream
+>     POST /projects/{project-name}/automerger~config-downstream
 
 DESCRIPTION
 -----------
@@ -23,7 +23,7 @@
 REQUEST
 -----------
 ```
-  POST /projects/{project-name}/@PLUGIN@~config-downstream HTTP/1.0
+  POST /projects/{project-name}/automerger~config-downstream HTTP/1.0
   Content-Type application/json;charset=UTF-8
 
   {