Skip to content

Commit

Permalink
Update Discord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Aug 15, 2024
1 parent e9e57f6 commit a2aaf82
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
2 changes: 1 addition & 1 deletion src/etc/post-install/99-qmk.post
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2aaf82

Please sign in to comment.