From 8a65b70987935dc166e51bd5be0c92060cfd3bad Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 17 May 2021 01:54:57 -0700 Subject: [PATCH 1/2] 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. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 25b3afc..0e32b44 100644 --- a/library.properties +++ b/library.properties @@ -5,6 +5,6 @@ maintainer=Arduino sentence=Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect. paragraph= category=Sensors -url=https://www.arduino.cc/en/Reference/Arduino_LSM6DSOX +url=https://github.com/arduino-libraries/Arduino_LSM6DSOX architectures=* includes=Arduino_LSM6DSOX.h From 2885de49f28d88be36f45b4f13ecb31600146d2d Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 17 May 2021 02:08:23 -0700 Subject: [PATCH 2/2] Remove broken URL from readme There are no reference pages for the library, so this link was only a 404. --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index 54e7e00..c2dea23 100644 --- a/README.adoc +++ b/README.adoc @@ -8,5 +8,3 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/ 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"] Allows you to read accelerometer and gyroscope values of the LSM6DSOX IMU on your Arduino Nano RP2040 Connect. - -For more information about this library please visit us at https://www.arduino.cc/en/Reference/{repository-name}