From 7f7f763598b7be7b2081a73be2124f40349d8032 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Thu, 1 Mar 2018 10:45:47 -0500 Subject: Fixed dead links (#2451) * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links --- tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md | 10 +++++----- .../USB_Host_Shield_2.0/examples/testusbhostFAT/README.md | 2 +- tmk_core/readme.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tmk_core') diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md index 49cd83e0a..1eecb78ef 100644 --- a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md +++ b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md @@ -10,7 +10,7 @@ Project main web site is: . Some information can also be found at: . -The shield can be purchased at the main site: or from [TKJ Electronics](http://tkjelectronics.com/): . +The shield can be purchased at the main site: or from [TKJ Electronics](http://tkjelectronics.com/): . ![USB Host Shield](http://shop.tkjelectronics.dk/images/USB_Host_Shield1.jpg) @@ -196,7 +196,7 @@ Also take a look at the blog posts: A special thanks go to the following people: -1. _Richard Ibbotson_ who made this excellent guide: +1. _Richard Ibbotson_ who made this excellent guide: 2. _Tomoyuki Tanaka_ for releasing his code for the Arduino USB Host shield connected to the wiimote: Also a big thanks all the people behind these sites about the Motion controller: @@ -216,10 +216,10 @@ The [XBOXOLD](XBOXOLD.cpp) class implements support for the original Xbox contro All the information are from the following sites: -* +* * * -* +* #### Xbox 360 Library @@ -241,7 +241,7 @@ All the information regarding the Xbox 360 controller protocol are form these si * * -* +* #### Xbox ONE Library diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md index d8b4296b1..0f2a734a6 100644 --- a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md +++ b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md @@ -10,7 +10,7 @@ To compile this example you will need the following libraries as well: * [generic_storage FATfs](https://github.com/xxxajk/generic_storage) * [RTClib](https://github.com/xxxajk/RTClib) -The following shield is recommended for larger projects: . +The following shield is recommended for larger projects: . You may use the bundled [Makefile](Makefile) to compile the code instead of the Arduino IDE if you have problems or want a smaller binary. The master makefile is bundled as a submodule, but can also be downloaded manually at the following link: . diff --git a/tmk_core/readme.md b/tmk_core/readme.md index 5f135617c..a3783fe37 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md @@ -2,7 +2,7 @@ TMK Keyboard Firmware Core Library ================================== This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M. -Source code is available here: +Source code is available here: Updates @@ -54,7 +54,7 @@ LUFA, PJRC and V-USB stack have their own license respectively. Build Firmware and Program Controller ------------------------------------- -See [doc/build.md](doc/build.md). +See [doc/build.md](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md). -- cgit v1.2.3-24-g4f1b