Skip to content

Commit 39324e6

Browse files
authored
Update Discord URL (#24283)
1 parent b07a682 commit 39324e6

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: QMK Discord
4-
url: https://discord.gg/Uq7gcHh
4+
url: https://discord.gg/qmk
55
about: Ask questions, discuss issues and features. Chill.
66
- name: OLKB Subreddit
77
url: https://www.reddit.com/r/olkb

docs/breaking_changes_instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Commenting on your pull request and being responsive to questions, comments, and
3131

3232
### Ask for Help
3333

34-
Having your submission flagged may have caught you off guard. If you find yourself intimidated or overwhelmed, let us know. Comment on your pull request, or [reach out to the QMK team on Discord](https://discord.gg/Uq7gcHh).
34+
Having your submission flagged may have caught you off guard. If you find yourself intimidated or overwhelmed, let us know. Comment on your pull request, or [reach out to the QMK team on Discord](https://discord.gg/qmk).

docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Third-party contributions help us grow and improve QMK. We want to make the pull
1111

1212
## I Don't Want to Read This Whole Thing! I Just Have a Question!
1313

14-
If you'd like to ask questions about QMK you can do so on the [OLKB Subreddit](https://reddit.com/r/olkb) or on [Discord](https://discord.gg/Uq7gcHh).
14+
If you'd like to ask questions about QMK you can do so on the [OLKB Subreddit](https://reddit.com/r/olkb) or on [Discord](https://discord.gg/qmk).
1515

1616
Please keep these things in mind:
1717

@@ -29,7 +29,7 @@ QMK is largely written in C, with specific features and parts written in C++. It
2929

3030
# Where Can I Go for Help?
3131

32-
If you need help you can [open an issue](https://github.com/qmk/qmk_firmware/issues) or [chat on Discord](https://discord.gg/Uq7gcHh).
32+
If you need help you can [open an issue](https://github.com/qmk/qmk_firmware/issues) or [chat on Discord](https://discord.gg/qmk).
3333

3434
# How Do I Make a Contribution?
3535

@@ -128,7 +128,7 @@ We also ask that you follow these guidelines:
128128

129129
Before you put a lot of work into building your new feature you should make sure you are implementing it in the best way. You can get a basic understanding of QMK by reading [Understanding QMK](understanding_qmk), which will take you on a tour of the QMK program flow. From here you should talk to us to get a sense of the best way to implement your idea. There are two main ways to do this:
130130

131-
* [Chat on Discord](https://discord.gg/Uq7gcHh)
131+
* [Chat on Discord](https://discord.gg/qmk)
132132
* [Open an Issue](https://github.com/qmk/qmk_firmware/issues/new)
133133

134134
Feature and Bug Fix PRs affect all keyboards. We are also in the process of restructuring QMK. For this reason it is especially important for significant changes to be discussed before implementation has happened. If you open a PR without talking to us first please be prepared to do some significant rework if your choices do not mesh well with our planned direction.

docs/custom_quantum_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Whenever possible you should customize your keyboard by using `process_record_*(
184184

185185
### Example `matrix_scan_*` Implementation
186186

187-
This example has been deliberately omitted. You should understand enough about QMK internals to write this without an example before hooking into such a performance sensitive area. If you need help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) or [chat with us on Discord](https://discord.gg/Uq7gcHh).
187+
This example has been deliberately omitted. You should understand enough about QMK internals to write this without an example before hooking into such a performance sensitive area. If you need help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) or [chat with us on Discord](https://discord.gg/qmk).
188188

189189
### `matrix_scan_*` Function Documentation
190190

docs/faq_general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ That's amazing! We would love to assist you with that!
4040

4141
In fact, we have a [whole page](https://qmk.fm/powered/) dedicated to adding QMK Branding to your page and keyboard. This covers pretty much everything you need (knowledge and images) to officially support QMK.
4242

43-
If you have any questions about this, open an issue or head to [Discord](https://discord.gg/Uq7gcHh).
43+
If you have any questions about this, open an issue or head to [Discord](https://discord.gg/qmk).
4444

4545
## What Differences Are There Between QMK and TMK?
4646

docs/hand_wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Once you have confirmed that the keyboard is working, if you have used a seperat
231231

232232
If you found this fullfilling you could experiment by adding additional features such as [in switch LEDs](https://geekhack.org/index.php?topic=94258.0), [in switch RGB](https://www.reddit.com/r/MechanicalKeyboards/comments/5s1l5u/photoskeyboard_science_i_made_a_handwired_rgb/), [RGB underglow](https://medium.com/@DavidNZ/hand-wired-custom-keyboard-cdd14429c7b3#.7a1ovebsk) or even an [OLED display!](https://www.reddit.com/r/olkb/comments/5zy7og/adding_ssd1306_oled_display_to_your_build/)
233233

234-
There are a lot of possibilities inside the firmware - explore [docs.qmk.fm](https://docs.qmk.fm) for a full feature list, and dive into the different keyboards to see how people use all of them. You can always stop by [the OLKB subreddit](https://reddit.com/r/olkb) or [QMK Discord](https://discord.gg/Uq7gcHh) for help!
234+
There are a lot of possibilities inside the firmware - explore [docs.qmk.fm](https://docs.qmk.fm) for a full feature list, and dive into the different keyboards to see how people use all of them. You can always stop by [the OLKB subreddit](https://reddit.com/r/olkb) or [QMK Discord](https://discord.gg/qmk) for help!
235235

236236
## Links to Other Guides
237237

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There are a lot of ways you can contribute to the QMK Community. The easiest way
3232

3333
* Help people out on our forums and chat rooms:
3434
* [/r/olkb](https://www.reddit.com/r/olkb/)
35-
* [Discord Server](https://discord.gg/Uq7gcHh)
35+
* [Discord Server](https://discord.gg/qmk)
3636
* Contribute to our documentation by clicking "Edit This Page" at the bottom
3737
* [Report a bug](https://github.com/qmk/qmk_firmware/issues/new/choose)
3838
* [Open a Pull Request](contributing)

docs/newbs_flashing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Different keyboards have different ways to enter this special mode. If your PCB
1515
* Press the physical `RESET` button, usually located on the underside of the PCB
1616
* Locate header pins on the PCB labeled `RESET` and `GND`, and short them together while plugging your PCB in
1717

18-
If you've attempted all of the above to no avail, and the main chip on the board says `STM32` or `RP2-B1` on it, this may be a bit more complicated. Generally your best bet is to ask on [Discord](https://discord.gg/Uq7gcHh) for assistance. It's likely some photos of the board will be asked for -- if you can get them ready beforehand it'll help move things along!
18+
If you've attempted all of the above to no avail, and the main chip on the board says `STM32` or `RP2-B1` on it, this may be a bit more complicated. Generally your best bet is to ask on [Discord](https://discord.gg/qmk) for assistance. It's likely some photos of the board will be asked for -- if you can get them ready beforehand it'll help move things along!
1919

2020
Otherwise, you should see a message in yellow, similar to this in QMK Toolbox:
2121

@@ -129,4 +129,4 @@ Congrats! Your custom firmware has been programmed to your keyboard and you're r
129129
With a little bit of luck everything will work perfectly, but if not there are steps that will help you figure out what's wrong.
130130
Testing your keyboard is usually pretty straightforward. Press every single key and make sure it sends the keys you expect. You can use [QMK Configurator](https://config.qmk.fm/#/test/)'s test mode to check your keyboard, even if it doesn't run QMK.
131131

132-
Still not working? Browse the FAQ topics for more information, or [chat with us on Discord](https://discord.gg/Uq7gcHh).
132+
Still not working? Browse the FAQ topics for more information, or [chat with us on Discord](https://discord.gg/qmk).

docs/pr_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a non-exhaustive checklist of what the QMK Collaborators will be checking when reviewing submitted PRs.
44

5-
If there are any inconsistencies with these recommendations, you're best off [creating an issue](https://github.com/qmk/qmk_firmware/issues/new) against this document, or getting in touch with a QMK Collaborator on [Discord](https://discord.gg/Uq7gcHh).
5+
If there are any inconsistencies with these recommendations, you're best off [creating an issue](https://github.com/qmk/qmk_firmware/issues/new) against this document, or getting in touch with a QMK Collaborator on [Discord](https://discord.gg/qmk).
66

77
## Requirements for all PRs
88

docs/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please read our [Code of Conduct](https://qmk.fm/coc/) before participating in a
66

77
## Realtime Chat
88

9-
If you need help with something, the best place to get quick support is going to be on our [Discord Server](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there.
9+
If you need help with something, the best place to get quick support is going to be on our [Discord Server](https://discord.gg/qmk). There is usually somebody online, and there are a bunch of very helpful people there.
1010

1111
## OLKB Subreddit
1212

0 commit comments

Comments
 (0)