Skip to content

Replace broken URLs in library metadata #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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