Skip to content

Commit df827cb

Browse files
committed
Fix broken Slack links in docs and skip slack.com in link checker
1 parent 6c1edd5 commit df827cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/v3/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ gulp.task('checkV3docs', gulp.series('build', done => {
182182

183183
try {
184184
checkPathAndExit('build', {
185-
linksToSkip: ['http://localhost:8001/version/release-candidate'],
185+
linksToSkip: ['http://localhost:8001/version/release-candidate', 'slack.com'],
186186
recurse: true,
187187
silent: true,
188188
markdown: true,

docs/v3/source/includes/introduction/_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ key features:
1111
* Changing application source code without stopping the app via deployments
1212

1313
## Getting help
14-
The CAPI team can most easily be reached on our [Slack channel](https://cloudfoundry.slack.com/messages/capi/) for
14+
The CAPI team can most easily be reached on our [Slack channel](https://cloudfoundry.slack.com/archives/C07C04W4Q) for
1515
questions and issues regarding the API. To report an issue with the docs or API, please feel free to file a GitHub
1616
issue on our API repo, [cloud_controller_ng](https://github.com/cloudfoundry/cloud_controller_ng).
1717

docs/v3/source/includes/upgrade_guide/_header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ This document is intended to help client authors upgrade from Cloud Foundry's V2
55
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,
66
it will be visible to the V2 API, and vice-versa.
77

8-
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).
8+
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).
99

1010

0 commit comments

Comments
 (0)