From 9bd5ba621ecfae2b4c07cfc99cdcdcc88c86e184 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 ef27b93fa8..1e375f0358 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -83,7 +83,7 @@ export default { return 'bes-high-job-count'; }, discordLink() { - return 'https://discord.gg/Uq7gcHh'; + return 'https://discord.gg/qmk'; } }, methods: {