From 5d0e82c9411c764f8dc345b2b0588fcaffe99bb7 Mon Sep 17 00:00:00 2001 From: ddtdanilo Date: Tue, 5 Aug 2025 15:43:37 -0500 Subject: [PATCH] fix: correct product link in README to QMC5883P page The image link was pointing to /products/ which returns 404. Updated to correct product page /product/6388 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce42ce3..5143121 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Adafruit QMC5883P Library [![Build Status](https://github.com/adafruit/Adafruit_QMC5883P/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_QMC5883P/actions) -
+
This is a library for the QMC5883P 3-axis magnetometer @@ -31,4 +31,4 @@ Contributions are welcome! Please read our [Code of Conduct](https://github.com/ ## License -MIT license, all text above must be included in any redistribution. See license.txt for more information. \ No newline at end of file +MIT license, all text above must be included in any redistribution. See license.txt for more information.