From 3068a7960eb73641b89f368b96cf7ed67d94b6ba Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Sun, 20 Oct 2024 20:18:52 -0500 Subject: [PATCH] README: update documentation link At some point the page moved from www.arduino.cc to docs.arduino.cc with a 301 to redirect existing documentation. The redirect is, unfortunately, case sensitive so the URL as given is inaccessible. Update to point directly to docs.arduino.cc and fix the case. Signed-off-by: Randolph Sapp --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 9b5f9ba..1945446 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/ This library allows an Arduino board with USB capabilities to act as a keyboard. For more information about this library please visit us at -https://www.arduino.cc/reference/en/language/functions/usb/keyboard/ +https://docs.arduino.cc/language-reference/en/functions/usb/Keyboard/ == License ==