From 5c36bf87a4e6286468541ec0f96ca5d3d49944c5 Mon Sep 17 00:00:00 2001 From: George Gelashvili Date: Mon, 22 Jul 2024 10:41:29 -0700 Subject: [PATCH] Update CAPI v2 docs links to new subdomain (#3029) * Update v2 docs links to new subdomain * Update README.md remove line mentioning v6 since that's out of support Co-authored-by: Shwetha Gururaj * Revert most of 281d2744ccd2546ed8c4364ef230691c867a606c after discussion on [#3029](https://github.com/cloudfoundry/cli/pull/3029) since the original routes will point at the v3 API docs, which link to v2 docs and are therefore more applicable for commands such as curl that depend on either/both thanks @gururajsh --------- Co-authored-by: Shwetha Gururaj --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 522af7b1724..0d8708b7bf0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Once installed, you can log in and push an app. There are now three supported versions of the cf CLI: 1. The v8 cf CLI is backed by the [v3 CC API](http://v3-apidocs.cloudfoundry.org/version/3.85.0/) (with the exception of plugins). See [our v8 documentation](https://docs.cloudfoundry.org/cf-cli/v8.html) for more information. 1. The v7 cf CLI is backed by the [v3 CC API](http://v3-apidocs.cloudfoundry.org/version/3.85.0/) (with the exception of plugins). See [our v7 documentation](https://docs.cloudfoundry.org/cf-cli/v7.html) for more information. -1. The v6 cf CLI is backed by the [v2 CC API](https://apidocs.cloudfoundry.org/13.5.0/) See [our v6 documentation](https://docs.cloudfoundry.org/cf-cli) for more information. View our [CLI v7 & v8 Versioning and Support Policy](https://github.com/cloudfoundry/cli/wiki/Versioning-and-Support-Policy) documentation.