From ec4f01a735451cc40d2e9c5d2354d845f54dd491 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 27 Jun 2025 04:13:42 -0700 Subject: [PATCH] Replace broken URLs in library metadata The `url` property in the library metadata is used to direct the user to resources related to the library. The URL defined by this property is used as the target for the "More info" link in Arduino Cloud Editor's Library Manager. Previously, some of the platform bundled libraries had an incorrect `url` property value that only led to a 404 page. --- libraries/SDU/library.properties | 2 +- libraries/SFU/library.properties | 2 +- libraries/WiFiS3/library.properties | 2 +- libraries/lwIpWrapper/library.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/SDU/library.properties b/libraries/SDU/library.properties index 1b778a8fc..e6e10951d 100644 --- a/libraries/SDU/library.properties +++ b/libraries/SDU/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Update the sketch on your board from an SD card paragraph=Requires an SD card category=Other -url=http://www.arduino.cc/en/Reference/SDU +url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/SDU architectures=renesas,renesas_uno diff --git a/libraries/SFU/library.properties b/libraries/SFU/library.properties index f351e5f4a..b5df042f3 100644 --- a/libraries/SFU/library.properties +++ b/libraries/SFU/library.properties @@ -5,5 +5,5 @@ maintainer=Arduino sentence=Second stage bootloader for Portenta C33 paragraph= category=Other -url=https://www.arduino.cc/en/Reference/SFU +url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/SFU architectures=renesas_portenta,renesas diff --git a/libraries/WiFiS3/library.properties b/libraries/WiFiS3/library.properties index 4b1ca0f5e..0dc0f9c6d 100644 --- a/libraries/WiFiS3/library.properties +++ b/libraries/WiFiS3/library.properties @@ -5,6 +5,6 @@ maintainer=Arduino sentence=Enables network connection (local and Internet) with the Arduino Leven. paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS. category=Communication -url=http://www.arduino.cc/en/Reference/WiFiS3 +url=https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples/ architectures=renesas,renesas_uno includes=WiFiS3.h diff --git a/libraries/lwIpWrapper/library.properties b/libraries/lwIpWrapper/library.properties index 5c876402d..1c2f2d011 100644 --- a/libraries/lwIpWrapper/library.properties +++ b/libraries/lwIpWrapper/library.properties @@ -5,7 +5,7 @@ maintainer=Arduino sentence=Interface network interfaces with lwIP paragraph=This library is the basic layer to interface network interfaces (Ethernet, WiFi) with lwIP library category=Communication -url=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/LwIpWrapper +url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/lwIpWrapper architectures=renesas,renesas_portenta precompiled=true ldflags=-llwIP