Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f079413

Browse files
authoredJul 18, 2022
Merge pull request #31 from per1234/fix-reference-links
Fix broken reference links
2 parents fa75058 + df31a83 commit f079413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
99

1010
Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.
1111

12-
For more information about this library please visit us at https://www.arduino.cc/en/Reference/{repository-name}
12+
For more information about this library please visit us at https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/

‎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 LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.
66
paragraph=
77
category=Sensors
8-
url=https://www.arduino.cc/en/Reference/Arduino_LSM6DS3
8+
url=https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/
99
architectures=*
1010
includes=Arduino_LSM6DS3.h

0 commit comments

Comments
 (0)
Please sign in to comment.