Skip to content

Commit c379ab0

Browse files
committed
Update URL links
1 parent de67391 commit c379ab0

File tree

15 files changed

+22
-22
lines changed

15 files changed

+22
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
**Confirm that the bug is in the embedded library**
14-
If the bug is in the designer, or you are not sure, raise in the main [tcMenu repo](https://github.com/davetcc/tcMenu).
14+
If the bug is in the designer, or you are not sure, raise in the main [tcMenu repo](https://github.com/TcMenu/tcMenu).
1515

1616
**To Reproduce**
1717
Please include a simple sketch that recreates the problem unless the problem is so easily recreated that such a sketch is not needed.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

1313
**Confirm that the bug is in the embedded library**
14-
If the bug is in the designer, or you are not sure, raise in the main [tcMenu repo](https://github.com/davetcc/tcMenu).
14+
If the bug is in the designer, or you are not sure, raise in the main [tcMenu repo](https://github.com/TcMenu/tcMenu).
1515

1616
**Describe the solution you'd like**
1717
A clear and concise description of what you want to happen.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TcMenu library for Arduino and mbed.
2-
[![PlatformIO](https://github.com/davetcc/tcMenuLib/actions/workflows/platformio.yml/badge.svg)](https://github.com/davetcc/tcMenuLib/actions/workflows/platformio.yml)
3-
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/davetcc/tcMenuLib/blob/master/LICENSE)
4-
[![GitHub release](https://img.shields.io/github/release/davetcc/tcMenuLib.svg?maxAge=3600)](https://github.com/davetcc/tcMenuLib/releases)
2+
[![PlatformIO](https://github.com/TcMenu/tcMenuLib/actions/workflows/platformio.yml/badge.svg)](https://github.com/TcMenu/tcMenuLib/actions/workflows/platformio.yml)
3+
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/TcMenu/tcMenuLib/blob/main/LICENSE)
4+
[![GitHub release](https://img.shields.io/github/release/TcMenu/tcMenuLib.svg?maxAge=3600)](https://github.com/TcMenu/tcMenuLib/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
## Summary
99

@@ -17,7 +17,7 @@ In any fork, please ensure all text up to here is left unaltered.
1717

1818
Menu designs are built using a designer UI and then generated for the platform. Target platform is anything from Arduino Uno upward to ST32F4 boards and beyond. Tested on many Arduino and mbed boards including Uno, Mega2560, SAMD, Nano, STM32F4 and ESP8266/ESP32 boards. Note that this repository contains just the Arduino/mbed library to meet the requirements in the Arduino specification. For the main repository see the links below. See the list of [Arduino and mbed library and board configurations we test with](https://www.thecoderscorner.com/products/arduino-libraries/)
1919

20-
* [TcMenu main repo](https://github.com/davetcc/tcMenu)
20+
* [TcMenu main repo](https://github.com/TcMenu/tcMenu)
2121
* [TcMenu main page at TheCodersCorner website](https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/)
2222

2323
## Arduino Library Installation
@@ -36,7 +36,7 @@ Install the [tcMenu library dependency](https://platformio.org/lib/show/7316/tcM
3636

3737
For designing menu structures we recommend using the TcMenu Designer which can design your menu in a round trip way, generate the code including the correct plugins for your hardware setup. There is a Linux package, notarized version for macOS, and a Windows Installer with an extended validation certificate.
3838

39-
All releases are available from: [https://github.com/davetcc/tcMenu/releases]
39+
All releases are available from: [https://github.com/TcMenu/tcMenu/releases]
4040

4141
### Controlling menu items remotely
4242

@@ -51,10 +51,10 @@ If you are manually using tcMenu, without the designer, this page fully document
5151

5252
## Asking questions
5353

54-
TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We offer both [commercial support](https://www.thecoderscorner.com/support-services/training-support/) and [C++/Java/Dart consultancy](https://www.thecoderscorner.com/support-services/consultancy/), or if you just want to say thanks, you can also make a donation via [GitHub](https://github.com/davetcc/tcMenu) or use the link below.
54+
TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We offer both [commercial support](https://www.thecoderscorner.com/support-services/training-support/) and [C++/Java/Dart consultancy](https://www.thecoderscorner.com/support-services/consultancy/), or if you just want to say thanks, you can also make a donation via [GitHub](https://github.com/TcMenu/tcMenu) or use the link below.
5555

5656
<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>
5757

58-
* [discussions section of the tcMenu repo](https://github.com/davetcc/tcMenu/discussions) of tcmenu git repo
58+
* [discussions section of the tcMenu repo](https://github.com/TcMenu/tcMenu/discussions) of tcmenu git repo
5959
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
6060
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).

examples/arduino32/colorTftEthernet32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Out of the box this is built for an MKR board with an I2C 8574 expander and an I2C EEPROM also attached. For simplicity it does not use DHCP to configure the network interface. Just change the address to one within your networks range.
1111

12-
In order to connect using the Java API there are two possibilities, either use the connector UI that's shipped with TcMenu, or work with the tcMenu API directly. See [https://github.com/davetcc/tcMenu]. We'll be building out the API in other languages over time, but you can also write directly to the
12+
In order to connect using the Java API there are two possibilities, either use the connector UI that's shipped with TcMenu, or work with the tcMenu API directly. See [https://github.com/TcMenu/tcMenu]. We'll be building out the API in other languages over time, but you can also write directly to the
1313
protocol, which is very simple.
1414

1515
The files in this example are as follows:

examples/arduino32/picoAw9523LcdEncoder/tcMenuLiquidCrystal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* make sure to rename it first.
1010
*
1111
* LIBRARY REQUIREMENT
12-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
12+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1313
*/
1414

1515
#include "tcMenuLiquidCrystal.h"

examples/arduino32/picoAw9523LcdEncoder/tcMenuLiquidCrystal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* make sure to rename it first.
1212
*
1313
* LIBRARY REQUIREMENT
14-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
14+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1515
*/
1616

1717
#ifndef _TCMENU_LIQUID_CRYSTAL_H

examples/avr/analogDfRobot/tcMenuLiquidCrystal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* make sure to rename it first.
1010
*
1111
* LIBRARY REQUIREMENT
12-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
12+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1313
*/
1414

1515
#include "tcMenuLiquidCrystal.h"

examples/avr/analogDfRobot/tcMenuLiquidCrystal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* make sure to rename it first.
1212
*
1313
* LIBRARY REQUIREMENT
14-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
14+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1515
*/
1616

1717
#ifndef _TCMENU_LIQUID_CRYSTAL_H

examples/avr/keyboardEthernetShield/tcMenuLiquidCrystal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* make sure to rename it first.
1010
*
1111
* LIBRARY REQUIREMENT
12-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
12+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1313
*/
1414

1515
#include "tcMenuLiquidCrystal.h"

examples/avr/keyboardEthernetShield/tcMenuLiquidCrystal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* make sure to rename it first.
1212
*
1313
* LIBRARY REQUIREMENT
14-
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
14+
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
1515
*/
1616

1717
#ifndef _TCMENU_LIQUID_CRYSTAL_H

0 commit comments

Comments
 (0)