diff options
author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-01 10:45:47 -0500 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-01 07:45:47 -0800 |
commit | 7f7f763598b7be7b2081a73be2124f40349d8032 (patch) | |
tree | 2e89e3fb645567b5605d396abd13cf519d012bf9 /tmk_core | |
parent | 2b8a82fb9defa95ca679672322e7f43052fdc44f (diff) |
Fixed dead links (#2451)
* Fixed typo of 'confid.h' to 'config.h'
* Fixed broken links in docs
* Fixed a lot of dead links
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md | 10 | ||||
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md | 2 | ||||
-rw-r--r-- | tmk_core/readme.md | 4 |
3 files changed, 8 insertions, 8 deletions
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 49cd83e0af..1eecb78ef2 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: <http://www.circuitsathome.com>. Some information can also be found at: <http://blog.tkjelectronics.dk/>. -The shield can be purchased at the main site: <http://www.circuitsathome.com/products-page/arduino-shields> or from [TKJ Electronics](http://tkjelectronics.com/): <http://shop.tkjelectronics.dk/product_info.php?products_id=43>. +The shield can be purchased at the main site: <https://www.circuitsathome.com/arduino_usb_host_shield_projects/> or from [TKJ Electronics](http://tkjelectronics.com/): <http://shop.tkjelectronics.dk/product_info.php?products_id=43>. ![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: <http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part> +1. _Richard Ibbotson_ who made this excellent guide: <https://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-1/> 2. _Tomoyuki Tanaka_ for releasing his code for the Arduino USB Host shield connected to the wiimote: <http://www.circuitsathome.com/mcu/rc-car-controlled-by-wii-remote-on-arduino> 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: -* <https://github.com/torvalds/linux/blob/master/Documentation/input/xpad.txt> +* <https://github.com/torvalds/linux/blob/master/Documentation/input/devices/xpad.rst> * <https://github.com/torvalds/linux/blob/master/drivers/input/joystick/xpad.c> * <http://euc.jp/periphs/xbox-controller.ja.html> -* <https://github.com/Grumbel/xboxdrv/blob/master/PROTOCOL#L15> +* <https://github.com/Grumbel/xboxdrv/blob/stable/PROTOCOL#L15> #### Xbox 360 Library @@ -241,7 +241,7 @@ All the information regarding the Xbox 360 controller protocol are form these si * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/UsbInfo> * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/WirelessUsbInfo> -* <https://github.com/Grumbel/xboxdrv/blob/master/PROTOCOL> +* <https://github.com/Grumbel/xboxdrv/blob/stable/PROTOCOL> #### 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 d8b4296b1a..0f2a734a65 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: <http://ruggedcircuits.com/html/quadram.html>. +The following shield is recommended for larger projects: <https://www.rugged-circuits.com/new-products/quadram>. 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: <https://github.com/xxxajk/Arduino_Makefile_master>. diff --git a/tmk_core/readme.md b/tmk_core/readme.md index 5f135617c4..a3783fe37b 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: <https://github.com/tmk/tmk_keyboard/tree/core> +Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/master/tmk_core> 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). |