Skip to content

Commit a867236

Browse files
authored
Merge pull request #332 from pivotalgeorge/update-v2-docs-links
Update CAPI v2 docs links to new subdomain
2 parents 7827a05 + 5cde9a8 commit a867236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app_development.prolific

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Run `watch cf app dora`.
271271

272272
In another buffer, restart a specific instance of dora using `cf restart-app-instance APP_NAME INSTANCE_INDEX`.
273273

274-
Alternatively, you can also kill a specific instance of dora using `cf curl /v2/apps/APP_GUID/instances/0 -d '' -X DELETE` (reading the `cf curl` help content and [API Docs: Terminate the running app instance at the given index](http://apidocs.cloudfoundry.org/253/apps/terminate_the_running_app_instance_at_the_given_index.html) may clarify some things).
274+
Alternatively, you can also kill a specific instance of dora using `cf curl /v2/apps/APP_GUID/instances/0 -d '' -X DELETE` (reading the `cf curl` help content and [API Docs: Terminate the running app instance at the given index](http://v2-apidocs.cloudfoundry.org/apps/terminate_the_running_app_instance_at_the_given_index.html) may clarify some things).
275275

276276
### Expected Result
277277
You should see the correct instance of your app dying and recovering.
@@ -404,7 +404,7 @@ Using the API directly lets users do as much or as little of `cf push` as they l
404404

405405
### Resources
406406
[V3 API docs](http://v3-apidocs.cloudfoundry.org)
407-
[V2 API docs](https://apidocs.cloudfoundry.org/)
407+
[V2 API docs](https://v2-apidocs.cloudfoundry.org/)
408408
[Component: Cloud Controller](https://docs.cloudfoundry.org/concepts/architecture/cloud-controller.html)
409409
[Using Experimental of CLI Commands](https://docs.cloudfoundry.org/devguide/v3-commands.html)
410410

0 commit comments

Comments
 (0)