Skip to content

Commit ff2754d

Browse files
authored
Merge pull request #209 from telepresenceio/thallgren/use-cncf-slack
Change slack links to https://slack.cncf.io/
2 parents bdfd67d + c82e246 commit ff2754d

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/latest/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Yes it is! You can find its source code on [GitHub](https://github.com/teleprese
100100

101101
** How do I share my feedback on Telepresence?**
102102

103-
Your feedback is always appreciated and helps us build a product that provides as much value as possible for our community. You can chat with us directly on our [feedback page](https://www.getambassador.io/feedback/), or you can [join our Slack channel](http://a8r.io/slack) to share your thoughts.
103+
Your feedback is always appreciated and helps us build a product that provides as much value as possible for our community. You can chat with us directly on our [feedback page](https://www.getambassador.io/feedback/), or you can [join our Slack channel](https://slack.cncf.io/) to share your thoughts.

src/components/Layout/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function Layout({ location, children }) {
5656
className={classnames('btn-purple-light')}
5757
target="_blank"
5858
rel="noreferrer"
59-
href="https://a8r.io/slack"
59+
href="https://slack.cncf.io/"
6060
>
6161
need help?
6262
</a>
@@ -69,7 +69,7 @@ export default function Layout({ location, children }) {
6969
className={classnames('btn-purple-light', 'needHelpButton')}
7070
target="_blank"
7171
rel="noreferrer"
72-
href="https://a8r.io/slack"
72+
href="https://slack.cncf.io/"
7373
>
7474
need help?
7575
</a>

src/pages/about.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function AboutPage({ location }) {
3030
We welcome all community contributions. If you find a bug or a
3131
mistake in the documentation, you can help us out by submitting an
3232
issue or a pull request with a fix. If you have questions, join our
33-
active <a href="http://a8r.io/slack">Slack community</a> or{' '}
33+
active <a href="https://slack.cncf.io/">Slack community</a> or{' '}
3434
<a href="https://www.getambassador.io/contact-us">contact us</a>{' '}
3535
about paid support plans.
3636
</p>

src/pages/announcing-telepresence-2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ release/v2\` (after fetching, of course). However, be warned: Don't try to
4848
moreover v2 is a complete rewrite in a different language.
4949
5050
If you have any questions, please reach out to us on GitHub or in the
51-
#telepresence channel on our [Community Slack](https://a8r.io/slack).
51+
#telepresence-oss channel on our [Community Slack](https://slack.cncf.io/).
5252
5353
`}</Markdown>
5454
</div>

src/pages/case-studies/iris-tv.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export default function IrisPage({ location }) {
5151
reflecting on it, and refining it. Testing your workflow with a small
5252
set of users, and incrementally rolling it out is a good strategy.
5353
Also,{' '}
54-
<a href="https://a8r.io/slack">talk with the Ambassador Labs team</a>{' '}
55-
on their Slack chat; they can provide good advice and perspective.
54+
<a href="https://slack.cncf.io/">talk with the team behind Telepresence</a>{' '}
55+
on their #telepresence-oss Slack chat; they can provide good advice and perspective.
5656
</p>
5757
</CaseStudyTemplate>
5858
</EasyLayout>

src/pages/community.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const SOCIAL_CARDS = [
1212
{
1313
logo: SlackLogo,
1414
title: 'Slack',
15-
link: 'http://a8r.io/slack',
15+
link: 'https://slack.cncf.io/',
1616
description:
1717
'Join our Slack to get answers to your questions and learn how others are using Telepresence.',
1818
},

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default function HomePage({ location }) {
181181
<a href="https://www.getambassador.io/docs/telepresence-oss/latest/reference/architecture/">
182182
docs
183183
</a>{' '}
184-
or join us in <a href="http://a8r.io/slack">Slack</a>.
184+
or join us in the #telepresence-oss channel on the <a href="https://slack.cncf.io/">CNCF Slack</a>.
185185
</p>
186186
<a href="/docs/latest/quick-start/" className="btn-purple-light">
187187
get started

0 commit comments

Comments
 (0)