8000 docs: Update slack inviter link (#7450) · open-policy-agent/opa@f3de100 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3de100

Browse files
authored
docs: Update slack inviter link (#7450)
slack.openpolicyagent.org redirected to communityinviter. This service is now migrated to inviter.co and should be used instead. I have not yet updated the redirect, but when this has been done, we can revert the change to refer to slack.openpolicyagent.org. Signed-off-by: Charlie Egan <charlie@styra.com>
1 parent bd5ceb5 commit f3de100

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OPA is proud to be a graduated project in the [Cloud Native Computing Foundation
1919

2020
## Want to talk about OPA or get support?
2121

22-
- Join the [OPA Slack](https://slack.openpolicyagent.org) to talk to other OPA users and maintainers. See `#help` for support.
22+
- Join the [OPA Slack](https://inviter.co/opa) to talk to other OPA users and maintainers. See `#help` for support.
2323
- Check out the [Community Discussions](https://github.com/orgs/open-policy-agent/discussions) to ask questions.
2424
- See the [Support](https://www.openpolicyagent.org/support/) page for commercial support options.
2525

docs/content/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks for your interest in contributing to the Open Policy Agent project!
88

99
{{< info >}}
1010
Most of the discussions about OPA take place on Slack, if you haven't already,
11-
you can [sign up here](https://slack.openpolicyagent.org/).
11+
you can [sign up here](https://inviter.co/opa/).
1212
{{< /info >}}
1313

1414
## I'd like to help OPA users
@@ -58,7 +58,7 @@ If you have a talk or blog you'd like to share please feel free to post in:
5858
## I'm interested in something else...
5959

6060
Sounds interesting, we'd love to hear all about it,
61-
[sign up for our Slack](https://slack.openpolicyagent.org/) and
61+
[sign up for our Slack](https://inviter.co/opa/) and
6262
drop a message in the
6363
[#contributors](https://openpolicyagent.slack.com/archives/C02L1TLPN59)
6464
channel.

docs/content/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ opa run [policy-files] [data-files]
4040

4141
The [Rego Playground](http://play.openpolicyagent.org) is a web-based Rego development environment that can be
4242
used to test policies with different inputs and data. If you are interested in asking for help in the
43-
[OPA Slack](http://slack.openpolicyagent.org), the playground is a great way to share your policy and data with
43+
[OPA Slack](https://inviter.co/opa), the playground is a great way to share your policy and data with
4444
others.
4545

4646
## Using the `print` Built-in Function

docs/content/editor-and-ide-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ evaluation, policy coverage, and more.
2323

2424
{{< info >}}
2525
**Your editor missing? Built a Rego integration for your editor?** Drop us a
26-
message on [Slack](http://slack.openpolicyagent.org)
26+
message on [Slack](https://inviter.co/opa)
2727
We also have our [Ecosystem page](/ecosystem/). This is a great place to
2828
showcase your project. See
2929
[these instructions](https://github.com/open-policy-agent/opa/tree/main/docs#opa-ecosystem)

docs/content/envoy-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 110
66

77
This page provides some pointers that could assist in addressing issues encountered while using the
88
OPA-Envoy plugin. If none of these tips work, feel free to join
9-
[slack.openpolicyagent.org](https://slack.openpolicyagent.org) and ask for help.
9+
[our slack](https://inviter.co/opa) and ask for help.
1010

1111
## Debugging Performance Issues
1212

docs/content/kubernetes-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 100
77
If you run into problems getting OPA to enforce admission control policies in
88
Kubernetes there are a few things you can check to make sure everything is
99
configured correctly. If none of these tips work, feel free to join
10-
[slack.openpolicyagent.org](https://slack.openpolicyagent.org) and ask for help.
10+
[our slack](https://inviter.co/opa) and ask for help.
1111

1212
The tips below cover the OPA-Kubernetes integration that uses kube-mgmt.
1313
The [OPA Gatekeeper version](https://open-policy-agent.github.io/gatekeeper)

docs/content/policy-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to optimize queries to improve performance.
4949
In while reviewing the examples below, you might find it helpful to follow along
5050
using the online [OPA playground](http://play.openpolicyagent.org). The
5151
playground also allows sharing of examples via URL which can be helpful when
52-
asking questions on the [OPA Slack](https://slack.openpolicyagent.org).
52+
asking questions on the [OPA Slack](https://inviter.co/opa).
5353
In addition to these official resources, you may also be interested to check
5454
out the community learning materials and tools.
5555
{{<

docs/content/v0-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ OPA binary of version 1.0 or later.
468468
unexpected behaviour.
469469

470470
If you run into any issues while upgrading a Rego project, please drop a message
471-
in the #help channel on the [OPA Slack](https://slack.openpolicyagent.org/).
471+
in the #help channel on the [OPA Slack](https://inviter.co/opa/).
472472

473473
## Upgrading OPA Instances
474474

docs/website/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GithubEdit = "https://github.com/open-policy-agent/opa/edit/main/docs/content/"
2626
[params.social]
2727
twitter = "OpenPolicyAgent"
2828
medium = "https://blog.openpolicyagent.org"
29-
slack = "https://slack.openpolicyagent.org"
29+
slack = "https://inviter.co/opa"
3030
github = "https://github.com/open-policy-agent/opa"
3131
discussions = "https://github.com/open-policy-agent/feedback/discussions"
3232

docs/website/content/community/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sections:
1818
note: |
1919
Primary channel for community support and OPA maintainer discussions.
2020
Join #help for support.
21-
link: https://slack.openpolicyagent.org/
21+
link: https://inviter.co/opa/
2222
link_text: Join us on Slack
2323
- title: GitHub
2424
icon: /img/community-logos/github.png

0 commit comments

Comments
 (0)
0