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
This commit is contained in:
ddtdanilo 2025-08-05 15:43:37 -05:00
parent dcbdcef41c
commit 5d0e82c941

View file

@ -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) # Adafruit QMC5883P Library [![Build Status](https://github.com/adafruit/Adafruit_QMC5883P/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_QMC5883P/actions)
<a href="https://www.adafruit.com/products/"><img src="assets/board.jpg?raw=true" width="500px"><br/></a> <a href="https://www.adafruit.com/product/6388"><img src="assets/board.jpg?raw=true" width="500px"><br/></a>
This is a library for the QMC5883P 3-axis magnetometer 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 ## License
MIT license, all text above must be included in any redistribution. See license.txt for more information. MIT license, all text above must be included in any redistribution. See license.txt for more information.