diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a86dc9fd..8f5f2497 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://github.com/stemdeckapp/stemdeck/discussions about: Ask questions, share setups, or discuss ideas with the community. - name: Discord - url: https://discord.gg/2MVsWqaPRe + url: https://discord.gg/YhCKsjhcwB about: Chat with the StemDeck community in real time. - name: Report a security vulnerability url: https://github.com/stemdeckapp/stemdeck/security/advisories/new diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96edfcd1..70e8cc4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,4 +79,4 @@ contributions are licensed under the same terms. ## Questions Open a [Discussion](https://github.com/stemdeckapp/stemdeck/discussions) or join the -[Discord](https://discord.gg/2MVsWqaPRe). Thanks for helping make StemDeck better. +[Discord](https://discord.gg/YhCKsjhcwB). Thanks for helping make StemDeck better. diff --git a/README.md b/README.md index 22df47fd..6cc6f3c0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

JOIN THE COMMUNITY

GitHub - Discord + Discord Reddit Instagram X @@ -410,11 +410,11 @@ The author(s) of StemDeck provide this software "as is", without warranty of any | Platform | Link | |---|---| | GitHub | [stemdeckapp/stemdeck](https://github.com/stemdeckapp/stemdeck) | -| Discord | [discord.gg/2MVsWqaPRe](https://discord.gg/2MVsWqaPRe) | +| Discord | [discord.gg/YhCKsjhcwB](https://discord.gg/YhCKsjhcwB) | | Reddit | [r/StemDeckApp](https://www.reddit.com/r/StemDeckApp/) | | Instagram | [@stemdeck](https://www.instagram.com/stemdeck) | | X | [@StemDeckApp](https://x.com/StemDeckApp) | -| Website | [stemdeck.app](https://stemdeck.app) *(coming soon)* | +| Website | [stemdeck.app](https://stemdeck.app) | --- diff --git a/static/index.html b/static/index.html index dafd68e6..a43fa776 100644 --- a/static/index.html +++ b/static/index.html @@ -849,7 +849,7 @@

StemDeck

- + diff --git a/static/js/notifications.js b/static/js/notifications.js index dc680501..ecd29d46 100644 --- a/static/js/notifications.js +++ b/static/js/notifications.js @@ -20,7 +20,7 @@ const MAX_FAILURES = 20; const NEW_ISSUE_URL = "https://github.com/stemdeckapp/stemdeck/issues/new"; // Support channel for a quicker back-and-forth than a public issue -- same // invite as the About dialog's Discord icon (index.html). -const DISCORD_URL = "https://discord.gg/JGk7FdZb9N"; +const DISCORD_URL = "https://discord.gg/YhCKsjhcwB"; // Named views the Settings -> Logs viewer offers (app/main.py _LOG_VIEWS). // Opt-in only (fetchRecentLogs): unlike the per-job traceback, these cover // more than one failure and are worth a deliberate click, not an automatic