From 5ab474d94be35068b466d601e2416fae4130cd5d Mon Sep 17 00:00:00 2001 From: George Gelashvili Date: Fri, 19 Jul 2024 13:28:57 -0700 Subject: [PATCH] Update CAPI v2 docs links to new subdomain --- README.md | 2 +- docs/v3/source/includes/introduction/_introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5e52e8715..90be40c06eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Helpful Resources * [V3 API Docs](http://v3-apidocs.cloudfoundry.org) -* [V2 API Docs](http://apidocs.cloudfoundry.org) +* [V2 API Docs](http://v2-apidocs.cloudfoundry.org) * [Continuous Integration Pipelines](https://concourse.app-runtime-interfaces.ci.cloudfoundry.org/teams/capi-team) * [Notes on V3 Architecture](https://github.com/cloudfoundry/cloud_controller_ng/wiki/Notes-on-V3-Architecture) * [capi-release](https://github.com/cloudfoundry/capi-release) - The bosh release used to deploy cloud controller diff --git a/docs/v3/source/includes/introduction/_introduction.md b/docs/v3/source/includes/introduction/_introduction.md index 32a73a937d1..e7ba663c3a9 100644 --- a/docs/v3/source/includes/introduction/_introduction.md +++ b/docs/v3/source/includes/introduction/_introduction.md @@ -20,6 +20,6 @@ We recommend reaching out to Slack first as we will be most responsive there. ## More resources -* The [Cloud Foundry V2 API](http://apidocs.cloudfoundry.org/) is still available for interacting with Cloud Foundry. +* The [Cloud Foundry V2 API](http://v2-apidocs.cloudfoundry.org/) is still available for interacting with Cloud Foundry. * [Running Tasks](https://docs.cloudfoundry.org/devguide/using-tasks.html) * [V3 API Documentation Source Code](https://github.com/cloudfoundry/cloud_controller_ng/tree/main/docs/v3)