From 4cae6cac1aefe8004682aa977bf3c8f3b0964f06 Mon Sep 17 00:00:00 2001 From: Wei Quan Date: Wed, 19 Aug 2026 21:18:58 +0200 Subject: [PATCH 1/2] Fix broken Slack links in docs and skip slack.com in link checker --- docs/v3/gulpfile.js | 2 +- docs/v3/source/includes/introduction/_introduction.md | 2 +- docs/v3/source/includes/upgrade_guide/_header.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v3/gulpfile.js b/docs/v3/gulpfile.js index 5437c77c52e..686c65f80cc 100644 --- a/docs/v3/gulpfile.js +++ b/docs/v3/gulpfile.js @@ -182,7 +182,7 @@ gulp.task('checkV3docs', gulp.series('build', done => { try { checkPathAndExit('build', { - linksToSkip: ['http://localhost:8001/version/release-candidate'], + linksToSkip: ['http://localhost:8001/version/release-candidate', 'slack.com'], recurse: true, silent: true, markdown: true, diff --git a/docs/v3/source/includes/introduction/_introduction.md b/docs/v3/source/includes/introduction/_introduction.md index e7ba663c3a9..ecc765418a5 100644 --- a/docs/v3/source/includes/introduction/_introduction.md +++ b/docs/v3/source/includes/introduction/_introduction.md @@ -11,7 +11,7 @@ key features: * Changing application source code without stopping the app via deployments ## Getting help -The CAPI team can most easily be reached on our [Slack channel](https://cloudfoundry.slack.com/messages/capi/) for +The CAPI team can most easily be reached on our [Slack channel](https://cloudfoundry.slack.com/archives/C07C04W4Q) for questions and issues regarding the API. To report an issue with the docs or API, please feel free to file a GitHub issue on our API repo, [cloud_controller_ng](https://github.com/cloudfoundry/cloud_controller_ng). diff --git a/docs/v3/source/includes/upgrade_guide/_header.md b/docs/v3/source/includes/upgrade_guide/_header.md index f59e42b4cd9..738ccb6005c 100644 --- a/docs/v3/source/includes/upgrade_guide/_header.md +++ b/docs/v3/source/includes/upgrade_guide/_header.md @@ -5,6 +5,6 @@ This document is intended to help client authors upgrade from Cloud Foundry's V2 When moving to the V3 API, it is important to understand that the V3 API is backed by the same database as the V2 API. Though resources may be presented differently and have different interaction patterns, the internal state of CF is the same across both APIs. If you create an organization using the V3 API, it will be visible to the V2 API, and vice-versa. -If you have questions, need help, or want to chat about the upgrade process, please reach out to us in [Cloud Foundry Slack](https://cloudfoundry.slack.com/messages/C07C04W4Q). +If you have questions, need help, or want to chat about the upgrade process, please reach out to us in [Cloud Foundry Slack](https://cloudfoundry.slack.com/archives/C07C04W4Q). From a1d41be1beb5954b040ad813ed6aba16f4debc72 Mon Sep 17 00:00:00 2001 From: Wei Quan Date: Thu, 20 Aug 2026 12:11:39 +0200 Subject: [PATCH 2/2] Fix deprecated Slack URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a8c4e0ce7..57e30f280c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Maintainability](https://qlty.sh/gh/cloudfoundry/projects/cloud_controller_ng/maintainability.svg)](https://qlty.sh/gh/cloudfoundry/projects/cloud_controller_ng) -[![slack.cloudfoundry.org](https://slack.cloudfoundry.org/badge.svg)](https://cloudfoundry.slack.com/messages/capi/) +[![slack.cloudfoundry.org](https://slack.cloudfoundry.org/badge.svg)](https://cloudfoundry.slack.com/archives/C07C04W4Q) # Welcome to the Cloud Controller