diff --git a/README.md b/README.md index 7b89149..5fcb2d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Latest Release](https://img.shields.io/github/v/release/qmk/qmk_distro_msys?color=3D87CE&label=Latest&sort=semver&style=for-the-badge)](https://github.com/qmk/qmk_distro_msys/releases/latest) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/qmk/qmk_distro_msys/build.yml?logo=github&style=for-the-badge)](https://github.com/qmk/qmk_distro_msys/actions?query=workflow%3ACI+branch%3Amain) -[![Discord](https://img.shields.io/discord/440868230475677696.svg?logo=discord&logoColor=white&color=7289DA&style=for-the-badge)](https://discord.gg/Uq7gcHh) +[![Discord](https://img.shields.io/discord/440868230475677696.svg?logo=discord&logoColor=white&color=7289DA&style=for-the-badge)](https://discord.gg/qmk) Want to get started with [QMK Firmware](https://qmk.fm) quickly? Running Windows 8/10 and want to avoid installation headaches? Look no further! diff --git a/docs/dev.md b/docs/dev.md index 715878c..4e1e4b7 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -8,7 +8,7 @@ Third-party contributions help us grow and improve QMK. We want to make the pull Found something that is broken or could be improved? -The best place to get quick support is going to be on our [Discord](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there. +The best place to get quick support is going to be on our [Discord](https://discord.gg/qmk). There is usually somebody online, and there are a bunch of very helpful people there. Otherwise [raise an issue](https://github.com/qmk/qmk_distro_msys/issues), with any additional details you can provide. diff --git a/docs/faq.md b/docs/faq.md index c41db0a..8717c5a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -50,5 +50,5 @@ Note that this example assumes that you have QMK MSYS installed to the default l ## More Coming Soon... ::: tip Need help with something? -The best place to get quick support is going to be on our [Discord](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there. +The best place to get quick support is going to be on our [Discord](https://discord.gg/qmk). There is usually somebody online, and there are a bunch of very helpful people there. ::: diff --git a/docs/guide.md b/docs/guide.md index 085bc63..112f9b7 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -16,5 +16,5 @@ The [QMK Tutorial](https://docs.qmk.fm/#/newbs_building_firmware) will walk you through creating a keymap for your keyboard. ::: tip Need help with something? -The best place to get quick support is going to be on our [Discord](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there. +The best place to get quick support is going to be on our [Discord](https://discord.gg/qmk). There is usually somebody online, and there are a bunch of very helpful people there. ::: diff --git a/src/etc/post-install/99-qmk.post b/src/etc/post-install/99-qmk.post index 7af7a14..258f35a 100644 --- a/src/etc/post-install/99-qmk.post +++ b/src/etc/post-install/99-qmk.post @@ -6,7 +6,7 @@ maybe_qmk_welcome () { echo "Welcome to QMK MSYS!" echo " * Documentation: https://docs.qmk.fm" - echo " * Support: https://discord.gg/Uq7gcHh" + echo " * Support: https://discord.gg/qmk" timeout 3 qmk config user.ignore_update_check | grep 'user.ignore_update_check=True' &> /dev/null if [ "$?" != "0" ]; then