From 39d72b123a19d313172ad6be2f509f3fbadcc0bc Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 17 Dec 2020 00:31:38 -0800 Subject: [PATCH] Use www subdomain in arduino.cc URLs (#34) www.arduino.cc is Arduino's preferred url. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 1359413..aaeec59 100644 --- a/library.properties +++ b/library.properties @@ -5,6 +5,6 @@ maintainer=Arduino LLC sentence=Power save primitives features for SAMD and nRF52 32bit boards paragraph=With this library you can manage the low power states of newer Arduino boards category=Device Control -url=http://arduino.cc/libraries/ArduinoLowPower +url=https://www.arduino.cc/libraries/ArduinoLowPower architectures=samd,nrf52 depends=RTCZero