From 97047b186f4a30ab27fda46501200c36db564ecf Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 13 Aug 2024 03:25:13 -0700 Subject: [PATCH 1/2] Add Arduino IDE 2.x Library Manager reference to links in FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 6f91e8fd..c81ed72c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,6 +44,7 @@ When a library is [added to the library list](README.md#adding-a-library-to-libr More information: +- https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library#installing-a-library - https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#using-the-library-manager - https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/ - https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a From 42df5ead6eae55cb4a411bd5dae39a4b16ccb228 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 13 Aug 2024 03:26:24 -0700 Subject: [PATCH 2/2] Replace broken Arduino Cloud Library Manager reference link The FAQ contains an introduction to the Arduino Library Manager. This is supplemented with a list of links to references about the Library Manager interface in each of the Arduino development tools. The never ending churn of the Arduino IDE website structure resulted in the breakage of the link to the Arduino Cloud reference. It is hereby updated to point to the replacement page. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c81ed72c..01fd34f4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -47,7 +47,7 @@ More information: - https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library#installing-a-library - https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#using-the-library-manager - https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/ -- https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a +- https://docs.arduino.cc/arduino-cloud/guides/editor/#library-manager ### How is the Library Manager index generated?