Skip to content

Commit b91b383

Browse files
authored
Specify scheme in library.properties url value (#15)
The library.properties url property is used by the Arduino IDE to add a clickable "More info" link to the Library Manager entry for each library. The scheme must be specified in order for this link to be clickable.
1 parent 2bca785 commit b91b383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=Controlling the IoT MKR Carrier
66
paragraph=Allows you to controll all the components included in the Explore IoT Kit
77
category=Sensors + Relays
8-
url=arduino.cc
8+
url=https://www.arduino.cc/
99
architectures=samd
1010
precompiled=false
1111
depends=Arduino_APDS9960,Arduino_BQ24195,Arduino_HTS221,Arduino_LPS22HB,Arduino_LSM6DS3,Adafruit BusIO,Adafruit DotStar,Adafruit GFX Library,Adafruit ST7735 and ST7789 Library,Arduino_MCHPTouch

0 commit comments

Comments
 (0)