diff options
author | James Young <xxiinophobia@yahoo.com> | 2020-02-20 13:53:28 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | cdb5c074d36fcd97d9704da56a8a850a8889df4a (patch) | |
tree | 1e384791a9e1008eb590e58c31d5d43d714097b9 /docs/support.md | |
parent | 3f1e47dbcd2a03f791d968f13ded33fde597f1fb (diff) | |
download | qmk_firmware-cdb5c074d36fcd97d9704da56a8a850a8889df4a.tar.gz qmk_firmware-cdb5c074d36fcd97d9704da56a8a850a8889df4a.zip |
remove some unnecessary external links
Also clean up some trailing whitespace.
Diffstat (limited to 'docs/support.md')
-rw-r--r-- | docs/support.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/support.md b/docs/support.md index 5c275b07e..d960992c3 100644 --- a/docs/support.md +++ b/docs/support.md | |||
@@ -6,13 +6,13 @@ Don't forget to read our [Code of Conduct](https://qmk.fm/coc/). | |||
6 | 6 | ||
7 | ## Help! I don't know where to start! | 7 | ## Help! I don't know where to start! |
8 | 8 | ||
9 | If this is the case, then you should start with our [Newbs Guide](https://docs.qmk.fm/#/newbs). There is a lot of great info there, and that should cover everything you need to get started. | 9 | If this is the case, then you should start with our [Newbs Guide](newbs.md). There is a lot of great info there, and that should cover everything you need to get started. |
10 | 10 | ||
11 | If that's an issue, hop onto the [QMK Configurator](https://config.qmk.fm), as that will handle a majority of what you need there. | 11 | If that's an issue, hop onto the [QMK Configurator](https://config.qmk.fm), as that will handle a majority of what you need there. |
12 | 12 | ||
13 | ## Help! I'm having issues flashing! | 13 | ## Help! I'm having issues flashing! |
14 | 14 | ||
15 | First, head to the [Compiling/Flashing FAQ Page](https://docs.qmk.fm/#/faq_build). There is a good deal of info there, and you'll find a bunch of solutions to common issues there. | 15 | First, head to the [Compiling/Flashing FAQ Page](faq_build.md). There is a good deal of info there, and you'll find a bunch of solutions to common issues there. |
16 | 16 | ||
17 | ## Help, I have an issue that isn't covered by the links above | 17 | ## Help, I have an issue that isn't covered by the links above |
18 | 18 | ||
@@ -26,9 +26,9 @@ Then please open an [issue](https://github.com/qmk/qmk_firmware/issues/new), and | |||
26 | 26 | ||
27 | ## But `git` and `GitHub` are intimidating! | 27 | ## But `git` and `GitHub` are intimidating! |
28 | 28 | ||
29 | Don't worry, we have some pretty nice [Guidelines](https://docs.qmk.fm/#/newbs_best_practices) on how to start using `git` and GitHub to make things easier to develop. | 29 | Don't worry, we have some pretty nice [Guidelines](newbs_git_best_practices.md) on how to start using `git` and GitHub to make things easier to develop. |
30 | 30 | ||
31 | Additionally, you can find additional `git` and GitHub related links [here](https://docs.qmk.fm/#/newbs_learn_more_resources). | 31 | Additionally, you can find additional `git` and GitHub related links [here](newbs_learn_more_resources.md). |
32 | 32 | ||
33 | ## I have a Keyboard that I want to add support for | 33 | ## I have a Keyboard that I want to add support for |
34 | 34 | ||