summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2018-03-01 16:45:47 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2018-03-01 16:45:47 +0100
commit7f7f763598b7be7b2081a73be2124f40349d8032 (patch)
tree2e89e3fb645567b5605d396abd13cf519d012bf9 /tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples
parent2b8a82fb9defa95ca679672322e7f43052fdc44f (diff)
downloadqmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.tar.gz
qmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.tar.xz
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/protocol/usb_hid/USB_Host_Shield_2.0/examples')
-rw-r--r--tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md2
1 files changed, 1 insertions, 1 deletions
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: <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>.