1
0
Fork 0

Cleanup learning newb links

This commit is contained in:
Drashna Jaelre 2018-10-10 16:10:30 -07:00 committed by Jack Humbert
parent 0e4374042c
commit 43757cd985
3 changed files with 8 additions and 8 deletions

View file

@ -3,6 +3,7 @@
* [Building Your First Firmware](newbs_building_firmware.md) * [Building Your First Firmware](newbs_building_firmware.md)
* [Flashing Firmware](newbs_flashing.md) * [Flashing Firmware](newbs_flashing.md)
* [Testing and Debugging](newbs_testing_debugging.md) * [Testing and Debugging](newbs_testing_debugging.md)
* [Learning Resources](newbs_learn_more_resources.md)
* [QMK Basics](README.md) * [QMK Basics](README.md)
* [QMK Introduction](getting_started_introduction.md) * [QMK Introduction](getting_started_introduction.md)

View file

@ -6,7 +6,7 @@ Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built y
## Overview ## Overview
There are 4 main sections to this guide: There are 5 main sections to this guide:
* [Getting Started](newbs_getting_started.md) * [Getting Started](newbs_getting_started.md)
* [Building Your First Firmware](newbs_building_firmware.md) * [Building Your First Firmware](newbs_building_firmware.md)
@ -15,4 +15,3 @@ There are 4 main sections to this guide:
* [Learn More with these Resources](newbs_learn_more_resources.md) * [Learn More with these Resources](newbs_learn_more_resources.md)
This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md). This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md).

View file

@ -2,7 +2,7 @@
These resources are aimed at giving new members in the qmk community more understanding to the information provided in the newbs docs. These resources are aimed at giving new members in the qmk community more understanding to the information provided in the newbs docs.
Git resources: Git resources:
*
* [Great General Tutorial](https://www.codecademy.com/learn/learn-git) * [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
* [Git Game To Learn From Examples](https://learngitbranching.js.org/) * [Git Game To Learn From Examples](https://learngitbranching.js.org/)
* [Git Resources to Learn More About Github](getting_started_github.md) * [Git Resources to Learn More About Github](getting_started_github.md)