Skip to content

Commit ec4f01a

Browse files
committed
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.
1 parent 16bdbea commit ec4f01a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/SDU/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Update the sketch on your board from an SD card
66
paragraph=Requires an SD card
77
category=Other
8-
url=http://www.arduino.cc/en/Reference/SDU
8+
url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/SDU
99
architectures=renesas,renesas_uno

libraries/SFU/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Second stage bootloader for Portenta C33
66
paragraph=
77
category=Other
8-
url=https://www.arduino.cc/en/Reference/SFU
8+
url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/SFU
99
architectures=renesas_portenta,renesas

libraries/WiFiS3/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Enables network connection (local and Internet) with the Arduino Leven.
66
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.
77
category=Communication
8-
url=http://www.arduino.cc/en/Reference/WiFiS3
8+
url=https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples/
99
architectures=renesas,renesas_uno
1010
includes=WiFiS3.h

libraries/lwIpWrapper/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Interface network interfaces with lwIP
66
paragraph=This library is the basic layer to interface network interfaces (Ethernet, WiFi) with lwIP library
77
category=Communication
8-
url=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/LwIpWrapper
8+
url=https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/lwIpWrapper
99
architectures=renesas,renesas_portenta
1010
precompiled=true
1111
ldflags=-llwIP

0 commit comments

Comments
 (0)