Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
per1234 committed Jun 27, 2025
commit ec4f01a735451cc40d2e9c5d2354d845f54dd491
2 changes: 1 addition & 1 deletion libraries/SDU/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
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
2 changes: 1 addition & 1 deletion libraries/SFU/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
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
2 changes: 1 addition & 1 deletion libraries/WiFiS3/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ maintainer=Arduino <info@arduino.cc>
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
2 changes: 1 addition & 1 deletion libraries/lwIpWrapper/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainer=Arduino <info@arduino.cc>
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
Loading