aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2018-07-11 00:01:56 -0700
committerDrashna Jaelre <drashna@live.com>2018-07-11 00:01:56 -0700
commit48913153c33c52cf95ab6ea8032894f3fc60206a (patch)
treeff7ac0ce8926e363cde562bd427098079839c2be
parent5477bf39bfc01468ea8c09f025cf9c5ee3efd1b7 (diff)
downloadqmk_firmware-48913153c33c52cf95ab6ea8032894f3fc60206a.tar.gz
qmk_firmware-48913153c33c52cf95ab6ea8032894f3fc60206a.zip
Replace gitter links with Discord. (#3368)
-rw-r--r--docs/contributing.md6
-rw-r--r--docs/custom_quantum_functions.md2
-rw-r--r--docs/getting_started_getting_help.md8
3 files changed, 5 insertions, 11 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 17a9aa985..8242cc1ad 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -11,7 +11,7 @@ Third-party contributions help us grow and improve QMK. We want to make the pull
11 11
12## I Don't Want to Read This Whole Thing! I Just Have a Question! 12## I Don't Want to Read This Whole Thing! I Just Have a Question!
13 13
14If you'd like to ask questions about QMK you can do so on the [OLKB Subreddit](https://reddit.com/r/olkb) or on [Gitter](https://gitter.im/qmk/qmk_firmware). 14If 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).
15 15
16Please keep these things in mind: 16Please keep these things in mind:
17 17
@@ -29,7 +29,7 @@ QMK is largely written in C, with specific features and parts written in C++. It
29 29
30# Where Can I Go for Help? 30# Where Can I Go for Help?
31 31
32If you need help you can [open an issue](https://github.com/qmk/qmk_firmware/issues) or [chat on gitter](http://gitter.im/QMK/qmk_firmware). 32If you need help you can [open an issue](https://github.com/qmk/qmk_firmware/issues) or [chat on Discord](https://discord.gg/Uq7gcHh).
33 33
34# How Do I Make a Contribution? 34# How Do I Make a Contribution?
35 35
@@ -124,7 +124,7 @@ We also ask that you follow these guidelines:
124 124
125Before 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.md), 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: 125Before 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.md), 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:
126 126
127* [Chat on Gitter](https://gitter.im/qmk/qmk_firmware) 127* [Chat on Discord](https://discord.gg/Uq7gcHh)
128* [Open an Issue](https://github.com/qmk/qmk_firmware/issues/new) 128* [Open an Issue](https://github.com/qmk/qmk_firmware/issues/new)
129 129
130Feature and Bug Fix PR's 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. 130Feature and Bug Fix PR's 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.
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md
index 9a1c486df..10c5c75a2 100644
--- a/docs/custom_quantum_functions.md
+++ b/docs/custom_quantum_functions.md
@@ -167,7 +167,7 @@ Whenever possible you should customize your keyboard by using `process_record_*(
167 167
168### Example `matrix_scan_*` Implementation 168### Example `matrix_scan_*` Implementation
169 169
170This 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 gitter](https://gitter.im/qmk/qmk_firmware). 170This 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).
171 171
172### `matrix_scan_*` Function Documentation 172### `matrix_scan_*` Function Documentation
173 173
diff --git a/docs/getting_started_getting_help.md b/docs/getting_started_getting_help.md
index 7fb3b49e9..9788ad38e 100644
--- a/docs/getting_started_getting_help.md
+++ b/docs/getting_started_getting_help.md
@@ -4,13 +4,7 @@ There are a lot of resources for getting help with QMK.
4 4
5## Realtime Chat 5## Realtime Chat
6 6
7You can find QMK developers and users on our main [gitter chat room](https://gitter.im/qmk/qmk_firmware). We also have other rooms for more specific discussion: 7You can find QMK developers and users on our main [Discord server](https://discord.gg/Uq7gcHh). There are specific channels in the server for chatting about the firmware, Toolbox, hardware, and configurator.
8
9* [Main Firmware Chat](https://gitter.im/qmk/qmk_firmware)
10* [QMK Toolbox](https://gitter.im/qmk/qmk_toolbox)
11* [Hardware Design Discussion](https://gitter.im/qmk/qmk_hardware)
12* [Web Configurator](https://gitter.im/qmk/qmk_configurator)
13* [Compiler API](https://gitter.im/qmk/qmk_compiler_api)
14 8
15## OLKB Subreddit 9## OLKB Subreddit
16 10