From 6bf185855b20c1fc9cf6655542c8bfc44629c02a Mon Sep 17 00:00:00 2001 From: Yegor Yefremov <yegorslists@googlemail.com> Date: Fri, 8 Feb 2019 08:50:29 +0100 Subject: [PATCH] drivers/bmx280: fix dead links URLs have been changed to: https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdf) Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> --- drivers/include/bmx280.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/bmx280.h b/drivers/include/bmx280.h index fe0270f9da..905a6bfb4a 100644 --- a/drivers/include/bmx280.h +++ b/drivers/include/bmx280.h @@ -17,8 +17,8 @@ * can also measure relative humidity in %. * * For more information, see the datasheets: - * * [BMP280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf) - * * [BME280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf) + * * [BMP280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf) + * * [BME280](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280-DS002.pdf) * * This driver provides @ref drivers_saul capabilities. * -- GitLab