Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/v3/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/v3/source/includes/introduction/_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/v3/source/includes/upgrade_guide/_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Loading