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 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).