Skip to content

Commit 2c08bcc

Browse files
authored
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.
1 parent b05d455 commit 2c08bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Paul Stoffregen
55
sentence=Timekeeping functionality for Arduino
66
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.
77
category=Timing
8-
url=http://playground.arduino.cc/code/time
8+
url=http://playground.arduino.cc/Code/Time/
99
architectures=*
1010

0 commit comments

Comments
 (0)