From 0dedf979f376d67209bcdcd1a3fee90b1f87289c Mon Sep 17 00:00:00 2001 From: Yegor Yefremov <yegorslists@googlemail.com> Date: Fri, 15 Feb 2019 21:15:42 +0100 Subject: [PATCH] drivers/sx127x: fix dead links URLs of the datasheets have been changed. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> --- drivers/include/sx127x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/sx127x.h b/drivers/include/sx127x.h index 0d9f4f4be5..a9c7798053 100644 --- a/drivers/include/sx127x.h +++ b/drivers/include/sx127x.h @@ -46,8 +46,8 @@ * - South Korea: KR920-923 (from 920.9MHz to 923.3MHz exactly) * * For more information on Semtech SX1272 and SX1276 modules see: - * - [SX1272/73 datasheet](http://www.semtech.com/images/datasheet/sx1272.pdf) - * - [SX1276/77/78/79 datasheet](http://www.semtech.com/images/datasheet/sx1276_77_78_79.pdf) + * - [SX1272/73 datasheet](https://www.semtech.com/uploads/documents/sx1272.pdf) + * - [SX1276/77/78/79 datasheet](https://www.semtech.com/uploads/documents/DS_SX1276-7-8-9_W_APP_V5.pdf) * * @{ * -- GitLab