From 5dae2b42db2a135f63974c98ddf6d475521ac57a Mon Sep 17 00:00:00 2001 From: zvecr Date: Thu, 15 Aug 2024 14:31:51 +0100 Subject: [PATCH] Update Discord URL --- README.md | 2 +- src/components/StatusBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8b9391c57..33cfdaed06 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/qmk/qmk_configurator/workflows/Website%20build/badge.svg)](https://github.com/qmk/qmk_configurator/actions) [![Known Vulnerabilities](https://snyk.io/test/github/qmk/qmk_configurator/badge.svg)](https://snyk.io/test/github/qmk/qmk_configurator) -[![Discord](https://img.shields.io/discord/440868230475677696.svg)](https://discord.gg/Uq7gcHh) +[![Discord](https://img.shields.io/discord/440868230475677696.svg)](https://discord.gg/qmk) [![GitHub contributors](https://img.shields.io/github/contributors/qmk/qmk_configurator.svg)](https://github.com/qmk/qmk_configurator/pulse/monthly) [![GitHub forks](https://img.shields.io/github/forks/qmk/qmk_configurator.svg?style=social&label=Fork)](https://github.com/qmk/qmk_configurator/) diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index 80067e0253..5de0cbe375 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -82,7 +82,7 @@ export default { return 'bes-high-job-count'; }, discordLink() { - return 'https://discord.gg/Uq7gcHh'; + return 'https://discord.gg/qmk'; } }, methods: {