Skip to content

Commit d532e45

Browse files
committed
Update URL links
1 parent 5a84fd1 commit d532e45

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ but like any community a few rules are needed in order to ensure things go smoot
1414
the library at the top of the file.
1515
* If you edit keywords.txt, be exceptionally careful that tabs have not been replaced as spaces.
1616
* If using Arduino: Please make sure that compiler warnings are set to All, (Arduino Menu -> Preferences -> Compiler warnings)
17-
* If using platformIO (recommended): See [https://github.com/davetcc/tcLibraryDev]
17+
* If using platformIO (recommended): See [https://github.com/TcMenu/tcLibraryDev]
1818

1919
## Why do all TheCodersCorner libraries use an Apache license?
2020

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## TaskManagerIO scheduling and event based library for Arudino and mbed
2-
[![PlatformIO](https://github.com/davetcc/TaskManagerIO/actions/workflows/platformio.yml/badge.svg)](https://github.com/davetcc/TaskManagerIO/actions/workflows/platformio.yml)
3-
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/davetcc/TaskManagerIO/blob/master/LICENSE)
4-
[![GitHub release](https://img.shields.io/github/release/davetcc/TaskManagerIO.svg?maxAge=3600)](https://github.com/davetcc/TaskManagerIO/releases)
2+
[![PlatformIO](https://github.com/TcMenu/TaskManagerIO/actions/workflows/platformio.yml/badge.svg)](https://github.com/TcMenu/TaskManagerIO/actions/workflows/platformio.yml)
3+
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/TcMenu/TaskManagerIO/blob/master/LICENSE)
4+
[![GitHub release](https://img.shields.io/github/release/TcMenu/TaskManagerIO.svg?maxAge=3600)](https://github.com/TcMenu/TaskManagerIO/releases)
55
[![davetcc](https://img.shields.io/badge/davetcc-dev-blue.svg)](https://github.com/davetcc)
6-
[![JSC electronics](https://img.shields.io/badge/JSC-electronics-green.svg)](https://github.com/jsc-electronics)
6+
[![JSC TechMinds](https://img.shields.io/badge/JSC-TechMinds-green.svg)](https://www.jsctm.cz)
77

88
Dave Cherry / TheCodersCorner.com made this library available for you to use. It takes me significant effort to keep all my libraries current and working on a wide range of boards. Please consider making at least a one off donation via the sponsor button if you find it useful. In forks, please keep text to here intact.
99

@@ -132,7 +132,7 @@ Community questions can be asked in the discussions section of this repo, or usi
132132

133133
<a href="https://www.buymeacoffee.com/davetcc" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
134134

135-
* [discussions section of the Task Manager repo](https://github.com/davetcc/TaskManagerIO/discussions)
135+
* [discussions section of the Task Manager repo](https://github.com/TcMenu/TaskManagerIO/discussions)
136136
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
137137
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
138138

@@ -150,7 +150,7 @@ Many thanks to contributors for helping us to confirm that this software runs on
150150

151151
## What is TaskManagerIO?
152152

153-
TaskManagerIO library is not a full RTOS, rather it can be used on top of FreeRTOS via ESP32 or mbed RTOS. It is a complimentary technology that can assist with certain types of work-load. It has a major advantage, that the same code runs on many platforms as listed above. It is a core building block of [IoAbstraction](https://github.com/davetcc/IoAbstraction) and [tcMenu framework](https://github.com/davetcc/IoAbstraction)
153+
TaskManagerIO library is not a full RTOS, rather it can be used on top of FreeRTOS via ESP32 or mbed RTOS. It is a complimentary technology that can assist with certain types of work-load. It has a major advantage, that the same code runs on many platforms as listed above. It is a core building block of [IoAbstraction](https://github.com/TcMenu/IoAbstraction) and [tcMenu framework](https://github.com/TcMenu/IoAbstraction)
154154

155155
## Important notes around scheduling tasks and events
156156

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or when events are triggered. Thread safe for RTOS use.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/davetcc/TaskManagerIO"
7+
"url": "https://github.com/TcMenu/TaskManagerIO"
88
},
99
"authors": [
1010
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.4.3
33
maintainer=https://www.thecoderscorner.com
44
author=davetcc
55
category=Other
6-
url=https://github.com/davetcc/TaskManagerIO
6+
url=https://github.com/TcMenu/TaskManagerIO
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)