diff --git a/README.md b/README.md index 5c38981..d73e296 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 . + ## 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. diff --git a/docs/dev.md b/docs/dev.md index c51e972..e012579 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_wsl/issues), with any additional details you can provide. diff --git a/docs/faq.md b/docs/faq.md index 732816f..ead6ff9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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. ::: diff --git a/docs/guide.md b/docs/guide.md index 9530f53..4454d5b 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -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. ::: diff --git a/src/etc/profile.d/qmk.sh b/src/etc/profile.d/qmk.sh index ef08f44..4f4e278 100644 --- a/src/etc/profile.d/qmk.sh +++ b/src/etc/profile.d/qmk.sh @@ -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