Skip to content

Commit c9d19b3

Browse files
authored
Merge pull request #1 from per1234/fix-url
Use valid url value in library.properties
2 parents 0d7c9bc + 2885de4 commit c9d19b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
88
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"]
99

1010
Allows you to read accelerometer and gyroscope values of the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.
11-
12-
For more information about this library please visit us at https://www.arduino.cc/en/Reference/{repository-name}

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)