summaryrefslogtreecommitdiff
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-30 22:00:56 +1100
committerGitHub <noreply@github.com>2021-01-30 22:00:56 +1100
commit92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch)
tree6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/contributing.md
parent4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff)
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index f325566fd0..fe48619e41 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -23,7 +23,7 @@ Please keep these things in mind:
# Project Overview
-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.
+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.
<!-- FIXME: We should include a list of resources for learning C here. -->