Skip to content

Commit

Permalink
Update URL links
Browse files Browse the repository at this point in the history
  • Loading branch information
vzahradnik committed Jul 27, 2024
1 parent de67391 commit c379ab0
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: ''
A clear and concise description of what the bug is.

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

**To Reproduce**
Please include a simple sketch that recreates the problem unless the problem is so easily recreated that such a sketch is not needed.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: ''
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

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

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TcMenu library for Arduino and mbed.
[![PlatformIO](https://github.com/davetcc/tcMenuLib/actions/workflows/platformio.yml/badge.svg)](https://github.com/davetcc/tcMenuLib/actions/workflows/platformio.yml)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/davetcc/tcMenuLib/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/davetcc/tcMenuLib.svg?maxAge=3600)](https://github.com/davetcc/tcMenuLib/releases)
[![PlatformIO](https://github.com/TcMenu/tcMenuLib/actions/workflows/platformio.yml/badge.svg)](https://github.com/TcMenu/tcMenuLib/actions/workflows/platformio.yml)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/TcMenu/tcMenuLib/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/TcMenu/tcMenuLib.svg?maxAge=3600)](https://github.com/TcMenu/tcMenuLib/releases)
[![davetcc](https://img.shields.io/badge/davetcc-dev-blue.svg)](https://github.com/davetcc)
[![JSC electronics](https://img.shields.io/badge/JSC-electronics-green.svg)](https://github.com/jsc-electronics)
[![JSC TechMinds](https://img.shields.io/badge/JSC-TechMinds-green.svg)](https://www.jsctm.cz)

## Summary

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

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/)

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

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

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.

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

### Controlling menu items remotely

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

## Asking questions

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.
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.

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

* [discussions section of the tcMenu repo](https://github.com/davetcc/tcMenu/discussions) of tcmenu git repo
* [discussions section of the tcMenu repo](https://github.com/TcMenu/tcMenu/discussions) of tcmenu git repo
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
2 changes: 1 addition & 1 deletion examples/arduino32/colorTftEthernet32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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.

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
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
protocol, which is very simple.

The files in this example are as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#include "tcMenuLiquidCrystal.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#ifndef _TCMENU_LIQUID_CRYSTAL_H
Expand Down
2 changes: 1 addition & 1 deletion examples/avr/analogDfRobot/tcMenuLiquidCrystal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#include "tcMenuLiquidCrystal.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/avr/analogDfRobot/tcMenuLiquidCrystal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#ifndef _TCMENU_LIQUID_CRYSTAL_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#include "tcMenuLiquidCrystal.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/avr/keyboardEthernetShield/tcMenuLiquidCrystal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#ifndef _TCMENU_LIQUID_CRYSTAL_H
Expand Down
2 changes: 1 addition & 1 deletion examples/esp/esp8266WifiOled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This example is built for the ESP device. However, with a few changes it could probably be used for other boards. Although you'd be better off starting
with a more appropriate example for your hardware.

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
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
protocol, which is very simple.

The authentication on this version is using the EEPROM based authenticator. This stores a number of keys in the EEPROM. However, its using the flash
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed/stm32EncoderLcdI2c/tcMenuLiquidCrystal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#include "tcMenuLiquidCrystal.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/mbed/stm32EncoderLcdI2c/tcMenuLiquidCrystal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* make sure to rename it first.
*
* LIBRARY REQUIREMENT
* This renderer is designed for use with this library: https://github.com/davetcc/LiquidCrystalIO
* This renderer is designed for use with this library: https://github.com/TcMenu/LiquidCrystalIO
*/

#ifndef _TCMENU_LIQUID_CRYSTAL_H
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository":
{
"type": "git",
"url": "https://github.com/davetcc/tcMenuLib"
"url": "https://github.com/TcMenu/tcMenuLib"
},
"authors":
[
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version=4.2.1
maintainer=www.thecoderscorner.com
author=davetcc
category=Other
url=https://github.com/davetcc/tcMenuLib
url=https://github.com/TcMenu/tcMenuLib
sentence=Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.
paragraph=Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.
depends=IoAbstraction,tcUnicodeHelper

0 comments on commit c379ab0

Please sign in to comment.