diff options
| author | Ryan <fauxpark@gmail.com> | 2021-01-30 22:00:56 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 22:00:56 +1100 |
| commit | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch) | |
| tree | 6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/contributing.md | |
| parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) | |
| download | qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.tar.gz qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.zip | |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/contributing.md')
| -rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index f325566fd..fe48619e4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
| @@ -23,7 +23,7 @@ Please keep these things in mind: | |||
| 23 | 23 | ||
| 24 | # Project Overview | 24 | # Project Overview |
| 25 | 25 | ||
| 26 | QMK is largely written in C, with specific features and parts written in C++. It targets embedded processors found in keyboards, particularly AVR ([LUFA](http://www.fourwalledcubicle.com/LUFA.php)) and ARM ([ChibiOS](http://www.chibios.com)). If you are already well versed in Arduino programming you'll find a lot of the concepts and limitations familiar. Prior experience with Arduino is not required to successfully contribute to QMK. | 26 | QMK is largely written in C, with specific features and parts written in C++. It targets embedded processors found in keyboards, particularly AVR ([LUFA](https://www.fourwalledcubicle.com/LUFA.php)) and ARM ([ChibiOS](https://www.chibios.org)). If you are already well versed in Arduino programming you'll find a lot of the concepts and limitations familiar. Prior experience with Arduino is not required to successfully contribute to QMK. |
| 27 | 27 | ||
| 28 | <!-- FIXME: We should include a list of resources for learning C here. --> | 28 | <!-- FIXME: We should include a list of resources for learning C here. --> |
| 29 | 29 | ||
