Skip to content

Commit 96ee660

Browse files
authored
Merge pull request cds-hooks#466 from buildpacks/cncf-slack
move to slack links to CNCF slack
2 parents a9c6789 + c9091af commit 96ee660

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Community Slack
4-
url: https://slack.buildpacks.io/
4+
url: https://slack.cncf.io
55
about: Chat with the community about any issues, questions, or feedback

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
### Calendar
1313

14-
The calendar is managed via [teamup](https://teamup.com/ksxw26c3km72mq3imn). To request an alteration you may [create an issue](https://github.com/buildpacks/community/issues/new), reach out to a maintainer via [slack](https://slack.buildpacks.io), post in [discussions](https://github.com/buildpacks/community/discussions).
14+
The calendar is managed via [teamup](https://teamup.com/ksxw26c3km72mq3imn). To request an alteration you may [create an issue](https://github.com/buildpacks/community/issues/new), reach out to a maintainer via [slack](https://slack.cncf.io) in #buildpacks-maintainers, post in [discussions](https://github.com/buildpacks/community/discussions).
1515

1616
## Contributing
1717

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ unsafe= true
1313
[params]
1414
twitter_handle = "buildpacks_io"
1515
github_base_url = "https://github.com/buildpacks"
16-
slack_invite_url = "https://slack.buildpacks.io/"
16+
slack_invite_url = "https://slack.cncf.io"
1717
description = "Cloud Native Buildpacks transform your application source code into images that can run on any cloud."
1818

1919
pack_version_env_var = "PACK_VERSION"
@@ -66,7 +66,7 @@ pack_version_env_var = "PACK_VERSION"
6666

6767
[[menu.footer2]]
6868
name = "Slack"
69-
url = "https://slack.buildpacks.io/"
69+
url = "https://slack.cncf.io"
7070
weight = 2
7171

7272
[[menu.footer2]]

content/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Some examples where we'd value documentation contributions are:
5151
- [libcnb](https://github.com/buildpacks/libcnb)
5252
- [lifecycle](https://github.com/buildpacks/lifecycle)
5353
- [pack](https://github.com/buildpacks/pack)
54-
- Writing posts for our [Medium blog](https://medium.com/buildpacks). Please discuss blog proposals with the [learning team on Slack](https://buildpacks.slack.com/archives/CST4A3ECV).
54+
- Writing posts for our [Medium blog](https://medium.com/buildpacks). Please discuss blog proposals with the [learning team on Slack, #buildpacks-learning-team](https://cloud-native.slack.com/app_redirect?channel=buildpacks-learning-team).
5555

56-
If you have any other ideas where documentation would be useful, please feel free to open up an issue in the related repository, or drop a message at the [#docs channel on Slack!](https://buildpacks.slack.com/archives/CDLN5A3TL)
56+
If you have any other ideas where documentation would be useful, please feel free to open up an issue in the related repository, or drop a message at the [#buildpacks-learning-team channel on Slack!](https://cloud-native.slack.com/app_redirect?channel=buildpacks-learning-team)
5757

5858
{{< /tab >}}
5959

content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Cloud Native Buildpacks is an incubating project in the CNCF. We welcome contrib
5050

5151
## Community
5252

53-
The best place to contact the Cloud Native Buildpack team is on our [Slack channel](https://slack.buildpacks.io/) or [mailing list](https://lists.cncf.io/g/cncf-buildpacks).
53+
The best place to contact the Cloud Native Buildpack team is on the [CNCF Slack](https://slack.cncf.io/) in the #buildpacks or [mailing list](https://lists.cncf.io/g/cncf-buildpacks).
5454

5555
## Contributor's Guide
5656

themes/buildpacks/layouts/_default/community.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<div>
1616
<h1 class="mt-1 mb-2 text-white">Join our community</h1>
1717
<div>
18-
<a class="slack-button icon-button bg-pink shadow-sm button d-flex" href="https://slack.buildpacks.io/">Slack</a>
18+
<a class="slack-button icon-button bg-pink shadow-sm button d-flex" href="https://slack.cncf.io/">Slack</a>
19+
Find us in the <a href="https://cloud-native.slack.com/app_redirect?channel=buildpacks">#buildpacks</a> channel.
1920
</div>
2021
<div class="mt-3 text-left pl-4 pl-lg-0">
2122
<strong>Also...</strong>

0 commit comments

Comments
 (0)