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 7d55554 commit ad19fb5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 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_wsl?color=3D87CE&label=Latest&sort=semver&style=for-the-badge)](https://github.com/qmk/qmk_distro_wsl/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/qmk/qmk_distro_wsl/build.yml?logo=github&style=for-the-badge)](https://github.com/qmk/qmk_distro_wsl/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)

Based on the exact same environment as QMK uses for CI, this installer package aims to give you a QMK build environment with as little effort as possible.

Expand All @@ -18,6 +18,8 @@ Based on the exact same environment as QMK uses for CI, this installer package a
1. Run [`qmk compile`](https://docs.qmk.fm/#/newbs_getting_started?id=_4-test-your-build-environment)
1. Profit!

Full documentation is available at <https://wsl.qmk.fm/>.

## Official Website

[qmk.fm](https://qmk.fm) is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.
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_wsl/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 @@ -59,5 +59,5 @@ sudo python3 -m pip install qmk --upgrade
## 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 @@ -20,5 +20,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/profile.d/qmk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maybe_qmk_welcome () {
if [ "$?" != "0" ]; then
echo -e "${RED}Welcome to QMK WSL!${NC}"
echo -e " * Documentation: https://docs.qmk.fm"
echo -e " * Support: https://discord.gg/Uq7gcHh"
echo -e " * Support: https://discord.gg/qmk"
echo -e " * Quickstart: Run '${YELLOW}qmk-admin${NC}'"
fi

Expand Down

0 comments on commit ad19fb5

Please sign in to comment.