Browse code

Fixing typo in URL

Abhishek Gupta authored on 2014/11/11 09:07:23
Showing 1 changed files
... ...
@@ -234,7 +234,7 @@ A generator is modeled as a REST endpoint that receives as a parameter the ID of
234 234
 corresponding REST endpoint only.  In the future, the generator to use for a `DeploymentConfig`
235 235
 will be modeled as a field of that type.  The workflow around the generator is as follows:
236 236
 
237
-1.  An actor makes an HTTP GET call to `/genDeploymentConfig/<id>`
237
+1.  An actor makes an HTTP GET call to `/generateDeploymentConfigs/<id>`
238 238
 2.  The generator returns a `DeploymentConfig` with the latest versions of the images and tags
239 239
     interpolated into the pod template and the `LatestVersion` field incremented if a new
240 240
     deployment should be created