diff --git a/README.md b/README.md
index cac4ab1a5..69bfa1b6e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
[](https://github.com/standardnotes/app/releases)
-[](https://standardnotes.com/slack)
+[](https://standardnotes.com/discord)
[](https://twitter.com/standardnotes)
### Why Standard Notes?
@@ -38,7 +38,6 @@ Join us on
- [Discord](https://standardnotes.com/discord)
- [Twitter](https://twitter.com/StandardNotes)
- [Forum](https://forum.standardnotes.org)
-- [Slack](https://standardnotes.com/slack)
Developers can create and publish their own extensions. Visit the [documentation hub](https://docs.standardnotes.com/) to learn more.
diff --git a/packages/desktop/README.md b/packages/desktop/README.md
index 4daef6932..abe9e9155 100644
--- a/packages/desktop/README.md
+++ b/packages/desktop/README.md
@@ -2,7 +2,6 @@
-[](https://standardnotes.com/slack)
[](https://twitter.com/standardnotes)
diff --git a/packages/desktop/app/javascripts/Main/Menus/Menus.ts b/packages/desktop/app/javascripts/Main/Menus/Menus.ts
index d68384f33..47fd6d486 100644
--- a/packages/desktop/app/javascripts/Main/Menus/Menus.ts
+++ b/packages/desktop/app/javascripts/Main/Menus/Menus.ts
@@ -238,7 +238,6 @@ const Urls = {
Support: 'mailto:help@standardnotes.com',
Website: 'https://standardnotes.com',
GitHub: 'https://github.com/standardnotes',
- Slack: 'https://standardnotes.com/slack',
Discord: 'https://standardnotes.com/discord',
Twitter: 'https://twitter.com/StandardNotes',
GitHubReleases: 'https://github.com/standardnotes/app/releases',
@@ -604,12 +603,6 @@ function helpMenu(window: Electron.BrowserWindow, shell: Electron.Shell) {
void shell.openExternal(Urls.Discord)
},
},
- {
- label: str().slack,
- click() {
- void shell.openExternal(Urls.Slack)
- },
- },
{
label: str().twitter,
click() {
diff --git a/packages/desktop/app/javascripts/Main/Strings/english.ts b/packages/desktop/app/javascripts/Main/Strings/english.ts
index b2d1f4b5a..2880c216f 100644
--- a/packages/desktop/app/javascripts/Main/Strings/english.ts
+++ b/packages/desktop/app/javascripts/Main/Strings/english.ts
@@ -19,7 +19,6 @@ export function createEnglishStrings(): Strings {
website: 'Website',
gitHub: 'GitHub',
discord: 'Discord',
- slack: 'Slack',
twitter: 'Twitter',
toggleErrorConsole: 'Toggle Error Console',
openDataDirectory: 'Open Data Directory',
diff --git a/packages/desktop/app/javascripts/Main/Strings/types.ts b/packages/desktop/app/javascripts/Main/Strings/types.ts
index 8059baebd..175fa0971 100644
--- a/packages/desktop/app/javascripts/Main/Strings/types.ts
+++ b/packages/desktop/app/javascripts/Main/Strings/types.ts
@@ -24,7 +24,6 @@ interface AppMenuStrings {
website: string
gitHub: string
discord: string
- slack: string
twitter: string
toggleErrorConsole: string
openDataDirectory: string
diff --git a/packages/docs/docs/contribute.md b/packages/docs/docs/contribute.md
index aff071cd0..414bd48a5 100644
--- a/packages/docs/docs/contribute.md
+++ b/packages/docs/docs/contribute.md
@@ -17,7 +17,7 @@ Thank you for your interest in contributing to Standard Notes. We are very happy
1. Submit suggestions and feature ideas to our [community forum](https://forum.standardnotes.org). You can comment on the existing feature requests and subscribe to individual threads to follow their progress.
2. Report bugs or issues to our [community forum](https://forum.standardnotes.org).
-3. Help others on the forum and our [Slack group](https://standardnotes.com/slack).
+3. Help others on the forum and our [Discord group](https://standardnotes.com/discord).
4. Blog, tweet and share what you like about Standard Notes, what you use it for, and how it helps you.
We do things the old-fashioned way and rely on people like you telling other people like you about Standard Notes to sustain our efforts. Get a free month of Extended when your friend also joins Extended. Log into the [member dashboard](https://dashboard.standardnotes.com) to get your unique referral link. 🙂
diff --git a/packages/docs/docs/extensions/building-an-extension.md b/packages/docs/docs/extensions/building-an-extension.md
index cdba062e4..3fcc3ac55 100644
--- a/packages/docs/docs/extensions/building-an-extension.md
+++ b/packages/docs/docs/extensions/building-an-extension.md
@@ -138,6 +138,6 @@ There are an unlimited number of things you can build with components that do an
To see how we built [our own components](https://standardnotes.com/extensions), study the source code [available here](https://github.com/sn-extensions).
-For questions on development, [post in the forum](https://forum.standardnotes.org) or [join our Slack](https://standardnotes.com/slack).
+For questions on development, [post in the forum](https://forum.standardnotes.org) or [join our Discord](https://standardnotes.com/discord).
If you'd like to support Standard Notes and use our secure hosting to install all the components we have to offer, consider purchasing the [Extended subscription](https://standardnotes.com/extended).
diff --git a/packages/docs/docs/extensions/publishing.md b/packages/docs/docs/extensions/publishing.md
index 8a653270b..73a171b04 100644
--- a/packages/docs/docs/extensions/publishing.md
+++ b/packages/docs/docs/extensions/publishing.md
@@ -98,4 +98,4 @@ Standard Notes will ping the `latest_url`endpoint automatically to update extens
## Questions?
-Join the [Slack group](https://standardnotes.com/slack) and ask away in the \#dev channel.
+Join the [Discord group](https://standardnotes.com/discord) and ask away in the \#dev channel.
diff --git a/packages/docs/docs/specification/encryption-003.md b/packages/docs/docs/specification/encryption-003.md
index 3b9e5aef8..847fdd2ee 100644
--- a/packages/docs/docs/specification/encryption-003.md
+++ b/packages/docs/docs/specification/encryption-003.md
@@ -155,8 +155,8 @@ For every received item:
## Next Steps
-Join the [Slack group](https://standardnotes.com/slack) to discuss implementation details and ask any questions you may have.
+Join the [Discord group](https://standardnotes.com/discord) to discuss implementation details and ask any questions you may have.
-You can also email [help@standardnotes.org](mailto:help@standardnotes.org).
+You can also email [help@standardnotes.org](mailto:help@standardnotes.com).
Follow [@standardnotes on Twitter](https://twitter.com/standardnotes) for updates and announcements.
diff --git a/packages/docs/docs/specification/encryption-004.md b/packages/docs/docs/specification/encryption-004.md
index 14341df5b..d1a9824dc 100644
--- a/packages/docs/docs/specification/encryption-004.md
+++ b/packages/docs/docs/specification/encryption-004.md
@@ -338,8 +338,8 @@ result = ['004', nonce, ciphertext, encoded_authenticated_data].join(':')
## Next Steps
-Join the [Slack group](https://standardnotes.com/slack) to discuss implementation details and ask any questions you may have.
+Join the [Discord group](https://standardnotes.com/Discord) to discuss implementation details and ask any questions you may have.
-You can also email [help@standardnotes.org](mailto:help@standardnotes.org).
+You can also email [help@standardnotes.org](mailto:help@standardnotes.com).
Follow [@standardnotes on Twitter](https://twitter.com/standardnotes) for updates and announcements.
diff --git a/packages/docs/docs/welcome.md b/packages/docs/docs/welcome.md
index 70ca756f0..e4240019b 100644
--- a/packages/docs/docs/welcome.md
+++ b/packages/docs/docs/welcome.md
@@ -31,7 +31,6 @@ This documentation explains how to get started with using Standard Notes, publis
- [GitHub](https://github.com/standardnotes)
- [Discord](https://standardnotes.com/discord)
- [Twitter](https://twitter.com/standardnotes)
-- [Slack](https://standardnotes.com/slack)
- [Blog](https://blog.standardnotes.org)
## Something missing?
diff --git a/packages/docs/docusaurus.config.js b/packages/docs/docusaurus.config.js
index 66e8301cf..851b1ac44 100644
--- a/packages/docs/docusaurus.config.js
+++ b/packages/docs/docusaurus.config.js
@@ -111,12 +111,12 @@ module.exports = {
title: 'Community',
items: [
{
- label: 'Join our Slack',
- href: 'https://standardnotes.com/slack',
+ label: 'Join our Discord',
+ href: 'https://standardnotes.com/discord',
},
{
label: 'Community Forum',
- href: 'https://forum.standardnotes.org',
+ href: 'https://standardnotes.com/forum',
},
{
label: 'Listed Blogging Platform',
diff --git a/packages/mobile/README.md b/packages/mobile/README.md
index ecdcedf47..b2181a08f 100644
--- a/packages/mobile/README.md
+++ b/packages/mobile/README.md
@@ -4,7 +4,6 @@
[](https://github.com/standardnotes/mobile/releases)
[](https://github.com/standardnotes/mobile/blob/master/LICENSE)
-[](https://standardnotes.com/slack)
[](https://twitter.com/standardnotes)
diff --git a/packages/web/src/javascripts/Components/Preferences/Panes/CloudLink.tsx b/packages/web/src/javascripts/Components/Preferences/Panes/CloudLink.tsx
index 6d85195d3..6f04bc19b 100644
--- a/packages/web/src/javascripts/Components/Preferences/Panes/CloudLink.tsx
+++ b/packages/web/src/javascripts/Components/Preferences/Panes/CloudLink.tsx
@@ -65,7 +65,6 @@ const CloudLink: FunctionComponent = () => (
Want to meet other passionate note-takers and privacy enthusiasts? Want to share your feedback with us? Join
the Standard Notes community groups for discussions on security, themes, editors and more.
-