summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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