From 1e5f4caa9ef8e7823adf492211888a267e00040a Mon Sep 17 00:00:00 2001 From: cs2dsb Date: Sat, 10 Dec 2022 13:23:12 +0000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78a4ae6..13906f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # max31855 -Driver for [MAX31855 thermocouple converter](https://www.maximintegrated.com/en/products/sensors/MAX31855.html) using traits from `embedded-hal`. +Driver for [MAX31855 thermocouple converter](https://www.analog.com/en/products/max31855.html) using traits from `embedded-hal`. [![Crate](https://img.shields.io/crates/v/max31855.svg)](https://crates.io/crates/max31855) [![Documentation](https://docs.rs/max31855/badge.svg)](https://docs.rs/max31855) @@ -46,4 +46,4 @@ Driver for [MAX31855 thermocouple converter](https://www.maximintegrated.com/en/ Free and open source software distributed under the terms of both the [MIT License][lm] and the [Apache License 2.0][la]. [lm]: LICENSE-MIT -[la]: LICENSE-APACHE \ No newline at end of file +[la]: LICENSE-APACHE -- cgit v1.2.3-54-g00ecf