Skip to content

Commit 98b4e65

Browse files
authored
Updates slack URLs to CNCF instance (#5392)
* updates slack URLs to CNCF instance Signed-off-by: Paul S. Schweigert <[email protected]> * updates Signed-off-by: Paul S. Schweigert <[email protected]> * rest of the slack urls Signed-off-by: Paul S. Schweigert <[email protected]> * listing slack channels Signed-off-by: Paul S. Schweigert <[email protected]> * can't spell Signed-off-by: Paul S. Schweigert <[email protected]> Signed-off-by: Paul S. Schweigert <[email protected]>
1 parent 3933ef5 commit 98b4e65

File tree

18 files changed

+34
-25
lines changed

18 files changed

+34
-25
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To help you get started, see the following resources:
7474

7575
### Getting help
7676

77-
- [#docs on the Knative Slack](https://slack.knative.dev) -- The #docs channel
77+
- [#knative-documentation on the CNCF Slack](https://cloud-native.slack.com/archives/C04LY5G9ED7) -- The #knative-documentation channel
7878
is the best place to go if you have questions about making changes to the
7979
documentation. We're happy to help!
8080

@@ -93,7 +93,7 @@ of the website pages, or by directly opening an
9393
If you have a question that you can't find an answer to, we would also like to
9494
hear about that too. In addition to our docs, you can also reach out to the
9595
community for assistance. For example, ask a documentation specific question on
96-
the `#docs` channel in [Slack](https://knative.slack.com/).
96+
the `#knative-documentation` channel in [Slack](https://cloud-native.slack.com/archives/C04LY5G9ED7).
9797

9898
Also see the [Knative community resource pages](https://knative.dev/docs/community/)
9999
for a list of all the available community resources, including links to the

_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3 class="d-flex justify-content-center">Knative Features</h3>
9191
</div>
9292
<h4 >Talk to us on Slack</h4>
9393
<p>
94-
<a class="text-white" href="https://slack.knative.dev/">
94+
<a class="text-white" href="https://slack.cncf.io/">
9595
<button type="button" class="btn btn-secondary" style="width:150px; margin-top: 12px;">Talk</button>
9696
</a>
9797
</p>

blog/docs/articles/highlighting-value-knative-c-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Knative Eventing expands the possibilities for event-driven architecture. Applic
139139
<li><b>Conformance</b> Knative is now conformant, meaning that the latest version has validation tools available. It does what it says it can do and it can prove it.
140140
<li><b><a href="https://knative.dev/docs/about/case-studies/deepc/">Case Studies</a></b> Read about organizations using Knative, from platform developers to proven companies to innovative startups.
141141
<li><b><a href="https://knative.dev/docs/getting-started">View the getting started guide</a></b> to get up and running with Knative in an afternoon
142-
<li><b><a href="https://slack.knative.dev">Join the Knative Slack</a></b> to talk to the community.
142+
<li><b><a href="https://slack.cncf.io">Join the CNCF Slack</a></b> to talk to the community on the `#knative` channel.
143143
</ul>
144144

145145
</td>

blog/docs/releases/_template-announcing-knative-v1-X-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ Knative is an open source project that anyone in the [community](https://knative
138138
- [Knative Development Mailing List](https://groups.google.com/forum/#!forum/knative-dev)
139139
- Knative on Twitter [@KnativeProject](https://twitter.com/KnativeProject)
140140
- Knative on [StackOverflow](https://stackoverflow.com/questions/tagged/knative)
141-
- Knative [Slack](https://slack.knative.dev)
141+
- Knative [Slack](https://slack.cncf.io)
142142
- Knative on [YouTube](https://www.youtube.com/channel/UCq7cipu-A1UHOkZ9fls1N8A)

blog/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extra:
8383
link: https://github.com/knative/community
8484
name: Knative Community on Github
8585
- icon: fontawesome/brands/slack
86-
link: https://slack.knative.dev
86+
link: https://slack.cncf.io
8787
name: Slack
8888
# TODO: Replace with https://github.com/mkdocs/mkdocs/pull/2267 once mkdocs 1.2 is out.
8989
version_warning: !!python/object/apply:os.getenv ["VERSION_WARNING"]

contribute-to-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
You don't need to read the whole style guide before contributing to Knative documentation.
3232
Unpolished contributions delivered early are better than perfect contributions delivered late.
3333

34-
If you notice gaps in the style guide or have queries, please post in [the Docs Slack channel](https://knative.slack.com/archives/C9CV04DNJ).
34+
If you notice gaps in the style guide or have queries, please post in [the #knative-documentation Slack channel](https://cloud-native.slack.com/archives/C04LY5G9ED7).
3535

3636
- [Documenting code](style-guide/documenting-code.md)
3737
- [Formatting standard and conventions](style-guide/style-and-formatting.md)

contribute-to-docs/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting started contributing to Knative docs
22

33
This folder contains information you need to get started contributing to Knative documentation.
4-
If you have any questions, contact us on the [#docs channel on Knative Slack](https://slack.knative.dev).
4+
If you have any questions, contact us on the [#knative-documentation channel on CNCF Slack](https://cloud-native.slack.com/archives/C04LY5G9ED7).
55
We're happy to help!
66

77
Table of contents:

contribute-to-docs/getting-started/becoming-a-contributor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Knative documentation:
5757

5858
## Get help from the community
5959

60-
- [#docs on the Knative Slack](https://slack.knative.dev) -- The #docs channel
60+
- [#knative-documentation on the CNCF Slack](https://cloud-native.slack.com/archives/C04LY5G9ED7) -- The #docs channel
6161
is the best place to go if you have questions about making changes to the
6262
documentation. We're happy to help!
6363

contribute-to-docs/getting-started/github-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Here's what generally happens after you send the PR for review:
124124
clarity, and organization standards (see the [Knative style guide](../style-guide/README.md)).
125125
126126
We appreciate contributions to the docs, so if you open a PR we will help you
127-
get it merged. You can also post in the `#docs`
128-
[Slack channel](https://knative.slack.com/) to get input on your ideas or find
127+
get it merged. You can also post in the `#knative-documentation`
128+
[Slack channel](https://cloud-native.slack.com/archives/C04LY5G9ED7) to get input on your ideas or find
129129
areas to contribute before creating a PR.
130130
131131
@@ -197,4 +197,4 @@ and instead the errors are related to timeouts, try re-running the test at a lat
197197
There are running tasks that could result in timeouts or rate limiting if your test runs at the same
198198
time.
199199
200-
* Other Issues/Unsure -- reach out in the #docs Slack channel and someone will be happy to help out.
200+
* Other Issues/Unsure -- reach out in the `#knative-documentation` Slack channel and someone will be happy to help out.

contribute-to-docs/style-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This folder contains the style guidelines for the Knative documentation.
55
You don't need to read the whole style guide before contributing to Knative documentation.
66
Unpolished contributions delivered early are better than perfect contributions delivered late.
77

8-
If you notice gaps in the style guide or have queries, please post in [the Docs Slack channel](https://knative.slack.com/archives/C9CV04DNJ).
8+
If you notice gaps in the style guide or have queries, please post in [the #knative-documentation Slack channel](https://cloud-native.slack.com/archives/C04LY5G9ED7).
99

1010
Table of contents:
1111

0 commit comments

Comments
 (0)