From 2c08bcc7bea1d96cca55fcdfee0e68cda3d83fe0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 11 May 2019 12:45:31 -0700 Subject: [PATCH] Fix bad URL in library.properties Use of incorrect case in the Arduino Playground URL resulted in a redirect to the Playground home page instead of the expected Time library page. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 49b1e2a..19fdf3b 100644 --- a/library.properties +++ b/library.properties @@ -5,6 +5,6 @@ maintainer=Paul Stoffregen sentence=Timekeeping functionality for Arduino paragraph=Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC. category=Timing -url=http://playground.arduino.cc/code/time +url=http://playground.arduino.cc/Code/Time/ architectures=*