diff --git a/getting-started.html.md.erb b/getting-started.html.md.erb index b8d317b..1973577 100644 --- a/getting-started.html.md.erb +++ b/getting-started.html.md.erb @@ -273,7 +273,7 @@ either `cf set-org-role` or `cf unset-org-role` returns an error similar to the
The user exists in multiple origins. Specify an origin for the requested user from: ‘uaa’, ‘other’
To resolve this ambiguity, you can construct a `curl` command that uses the API to perform the desired role management function. For an example, see the -[Cloud Foundry API documentation](http://apidocs.cloudfoundry.org/280/organizations/associate_auditor_with_the_organization_by_username.html). +[Cloud Foundry API documentation](https://v3-apidocs.cloudfoundry.org/version/3.169.0/index.html#create-a-role). ## Push an app diff --git a/v7.html.md.erb b/v7.html.md.erb index 88a021f..fe04681 100644 --- a/v7.html.md.erb +++ b/v7.html.md.erb @@ -14,7 +14,7 @@ The cf CLI development team aims to provide: To understand the differences between specific commands, see [Command Differences](#differences) below. -For more information about CAPI V3, see the [CAPI V3 documentation](https://v3-apidocs.cloudfoundry.org/index.html#introduction). For more information about CAPI V2, see the [CAPI V2 documentation](http://apidocs.cloudfoundry.org/). +For more information about CAPI V3, see the [CAPI V3 documentation](https://v3-apidocs.cloudfoundry.org/index.html#introduction). For more information about CAPI V2, see the [CAPI V2 documentation](http://v2-apidocs.cloudfoundry.org/). ## New workflows supported by cf CLI v7