Skip to content

Commit 1ff4af2

Browse files
committed
update urls
1 parent 44f985e commit 1ff4af2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"authors": [
1010
{
1111
"name": "tcmenu",
12-
"url": "https://tcmenu.github.io/documentation/",
12+
"url": "https://www.thecoderscorner.com/products/arduino-libraries/",
1313
"maintainer": true
1414
}
1515
],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.5.2
33
maintainer=https://www.thecoderscorner.com
44
author=davetcc
55
category=Other
6-
url=https://github.com/TcMenu/TaskManagerIO
6+
url=https://www.thecoderscorner.com/products/arduino-libraries/
77
sentence=Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.
88
paragraph=Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager
99
includes=TaskManager.h

0 commit comments

Comments
 (0)