Fix used REST API endpoint URL Change-Id: I1f731d10df216bc6d832de4edce022d3bc7c51df
diff --git a/src/main/resources/Documentation/rest-api-changes.md b/src/main/resources/Documentation/rest-api-changes.md index 4f24231..69c20d1 100644 --- a/src/main/resources/Documentation/rest-api-changes.md +++ b/src/main/resources/Documentation/rest-api-changes.md
@@ -12,7 +12,7 @@ ### <a id="get-crd"> Get CRD -__GET__ /changes/{change-id}/revisions/{revision-id}/@PLUGIN@~crd +__GET__ /changes/{change-id}/revisions/{revision-id}/crd Gets the zuul [CRD](#crd-info) for a change. Please refer to the general [changes rest api](../../../Documentation/rest-api-changes.html#get-review) @@ -21,7 +21,7 @@ #### Request ``` - GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/revisions/674ac754f91e64a0efb8087e59a176484bd534d1/@PLUGIN@~crd HTTP/1.0 + GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/revisions/674ac754f91e64a0efb8087e59a176484bd534d1/crd HTTP/1.0 ``` #### Response