Skip to content

Commit c1473d4

Browse files
authored
chore(website): Update Slack Links to use CNCF Vanity URL (runatlantis#5336)
Signed-off-by: X-Guardian <[email protected]>
1 parent 1f83f13 commit c1473d4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ further defined and clarified by project maintainers.
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
5858
reported by contacting the project team by messaging `@lkysow` on the
59-
[Atlantis Slack community](https://communityinviter.com/apps/cloud-native/cncf).
59+
[Atlantis Slack community](https://slack.cncf.io/).
6060
All complaints will be reviewed and investigated and will result in a response that
6161
is deemed necessary and appropriate to the circumstances. The project team is
6262
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![SuperDopeBadge](./runatlantis.io/public/hightower-super-dope.svg)](https://twitter.com/kelseyhightower/status/893260922222813184)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/runatlantis/atlantis)](https://goreportcard.com/report/github.com/runatlantis/atlantis)
66
[![Go Reference](https://pkg.go.dev/badge/github.com/runatlantis/atlantis.svg)](https://pkg.go.dev/github.com/runatlantis/atlantis)
7-
[![Slack](https://img.shields.io/badge/Join-Atlantis%20Community%20Slack-red)](https://communityinviter.com/apps/cloud-native/cncf)
7+
[![Slack](https://img.shields.io/badge/Join-Atlantis%20Community%20Slack-red)](https://slack.cncf.io/)
88
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/runatlantis/atlantis/badge)](https://scorecard.dev/viewer/?uri=github.com/runatlantis/atlantis)
99
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9428/badge)](https://www.bestpractices.dev/projects/9428)
1010

@@ -23,7 +23,7 @@
2323
* How to get started: [www.runatlantis.io/guide](https://www.runatlantis.io/guide)
2424
* Full documentation: [www.runatlantis.io/docs](https://www.runatlantis.io/docs)
2525
* Download the latest release: [github.com/runatlantis/atlantis/releases/latest](https://github.com/runatlantis/atlantis/releases/latest)
26-
* Get help in our [Slack channel](https://communityinviter.com/apps/cloud-native/cncf) in channel #atlantis-community and development in #atlantis-contributors
26+
* Get help in our [Slack channel](https://slack.cncf.io/f) in channel #atlantis and development in #atlantis-contributors
2727
* Start Contributing: [CONTRIBUTING.md](CONTRIBUTING.md)
2828

2929
## What is Atlantis?

runatlantis.io/.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config = defineConfig({
5252
}
5353
},
5454
socialLinks: [
55-
{ icon: "slack", link: "https://join.slack.com/t/atlantis-community/shared_invite/zt-9xlxtxtc-CUSKB1ATt_sQy6um~LDPNw" },
55+
{ icon: "slack", link: "https://slack.cncf.io/" },
5656
{ icon: "twitter", link: "https://twitter.com/runatlantis" },
5757
{ icon: "github", link: "https://github.com/runatlantis/atlantis" },
5858
],

runatlantis.io/blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ We have a rich history of blog posts dating back to 2017-2019. Here are some of
2323

2424
We are excited to welcome new authors to our blog. Our diverse team brings a wealth of knowledge and experience to share with our readers. Stay tuned for fresh perspectives and in-depth articles on the latest trends and technologies.
2525

26-
If you have any questions or topics you would like us to cover, feel free to reach out [on Slack](https://join.slack.com/t/atlantis-community/shared_invite/zt-9xlxtxtc-CUSKB1ATt_sQy6um~LDPNw). We are always looking to engage with our community and provide valuable content.
26+
If you have any questions or topics you would like us to cover, feel free to reach out on [Slack](https://slack.cncf.io/). We are always looking to engage with our community and provide valuable content.
2727

2828
Happy reading!

runatlantis.io/blog/2018/joining-hashicorp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ This was a compelling offer versus solo-founding a company around Atlantis: I wo
4545

4646
Atlantis has been a passion of mine for almost two years now. I deeply care about the future of the project and its community and I know that this move will ensure that that future is bright.
4747

48-
There are probably some questions I haven't answered in this post so please don't hesitate to reach out, either via [Twitter](https://twitter.com/lkysow) or on the [Atlantis Slack](https://join.slack.com/t/atlantis-community/shared_invite/zt-9xlxtxtc-CUSKB1ATt_sQy6um~LDPNw).
48+
There are probably some questions I haven't answered in this post so please don't hesitate to reach out, either via [Twitter](https://twitter.com/lkysow) or on the [Atlantis Slack](https://slack.cncf.io/).
4949

5050
I'm excited for the future of Atlantis and Terraform collaboration and I hope you are too.

runatlantis.io/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hero:
1818
link: /blog/2017/introducing-atlantis
1919
- theme: alt
2020
text: Join us on Slack
21-
link: https://communityinviter.com/apps/cloud-native/cncf
21+
link: https://slack.cncf.io/
2222

2323
features:
2424
- title: Fewer Mistakes

0 commit comments

Comments
 (0)