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:
parent
dcbdcef41c
commit
5d0e82c941
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Adafruit QMC5883P Library [](https://github.com/adafruit/Adafruit_QMC5883P/actions)
|
# Adafruit QMC5883P Library [](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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue