Skip to content

Commit 8a65b70

Browse files
committed
Use valid url value in library.properties
The previous library.properties url field value perhaps anticipates an eventual reference page for the library, but at present there is no such page, so it provides a poor experience for the user. Better to point them to a site that exists now. Then update at such time as a reference is created.
1 parent 380a07b commit 8a65b70

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,6 +5,6 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.
66
paragraph=
77
category=Sensors
8-
url=https://www.arduino.cc/en/Reference/Arduino_LSM6DSOX
8+
url=https://github.com/arduino-libraries/Arduino_LSM6DSOX
99
architectures=*
1010
includes=Arduino_LSM6DSOX.h

0 commit comments

Comments
 (0)