diff --git a/_includes/footer.html b/_includes/footer.html
index 0db33b5..4fdef19 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -19,7 +19,7 @@
Overview
Contact
-
- Slack Chat
+ Discord Chat
-
Email
diff --git a/_posts/2019-05-20-graphiti-1-2.md b/_posts/2019-05-20-graphiti-1-2.md
index 8336996..213e49d 100644
--- a/_posts/2019-05-20-graphiti-1-2.md
+++ b/_posts/2019-05-20-graphiti-1-2.md
@@ -25,7 +25,7 @@ Though you don't have to do anything to upgrade to Graphiti 1.2, this release wi
I'm quite happy with how this effort turned out. This release dramatically improves our integration with Rails internals, and I think everyone involved learned a lot. I'm honored to work with such talented developers in our open-source community ❤️
If you have any further questions, check out the `#dev` or `#rails`
-channels in our [Slack Chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)
+channels in our [Discord Chat](https://discord.gg/wgqkMBsSRV)
diff --git a/blog.md b/blog.md
index e00834b..199519e 100644
--- a/blog.md
+++ b/blog.md
@@ -16,7 +16,7 @@ Blog
> Here you can keep up-to-date with Graphiti, including updates,
> deprecations, and our future roadmap. If there's anything you'd like
-> to read about, let us know [on Slack](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)
+> to read about, let us know [on Discord](https://discord.gg/wgqkMBsSRV)
{% for post in site.posts %}
diff --git a/guides/why.md b/guides/why.md
index 37a64f3..c768eb3 100644
--- a/guides/why.md
+++ b/guides/why.md
@@ -849,7 +849,7 @@ tired of seeing this trick performed.
There's plenty more we haven't even touched on. Check out the
[Guides]({{site.github.url}}/guides), or dive right in with the [Quickstart]({{site.github.url}}/quickstart) or [Tutorial]({{site.github.url}}/tutorial). If
-things get tricky, ask for help in our [Slack Chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM). Reach out to me
+things get tricky, ask for help in our [Discord Chat](https://discord.gg/wgqkMBsSRV). Reach out to me
directly at richmolj@gmail.com or [@richmolj](https://twitter.com/richmolj) on Twitter.
{% include h.html tag="h2" text="Addendum: Holy Shit" a="addendum" %}
diff --git a/quickstart.md b/quickstart.md
index 0112bd3..3bb2508 100644
--- a/quickstart.md
+++ b/quickstart.md
@@ -369,7 +369,7 @@ learn more about advanced usage and customization, we suggest following
the [Tutorial]({{site.github.url}}/tutorial) and reading through the
[Guides]({{site.github.url}}/guides).
-For help with specific use cases, [join our Slack chat](https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM)!
+For help with specific use cases, [join our Discord chat](https://discord.gg/wgqkMBsSRV)!
{% include h.html tag="h2" text="Testing" a="testing" %}