Skip to content

Commit ecc4ed8

Browse files
authored
Merge pull request #474 from per1234/fix-library-urls
Replace broken URLs in library metadata
2 parents 176829e + ec4f01a commit ecc4ed8

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)