@@ -49,8 +49,8 @@ const uint8_t standardNetMask[] = { 255, 255, 255, 0 };
4949// START card layout and custom layout code
5050
5151// Some helpful guides for working with card layouts and theme builder:
52- // 1. https://tcmenu.github.io/documentation /arduino-libraries/tc-menu/creating-and-using-bitmaps-menu/
53- // 2. https://tcmenu.github.io/documentation /arduino-libraries/tc-menu/themes/rendering-with-themes-icons-grids/
52+ // 1. https://www.thecoderscorner.com/products /arduino-libraries/tc-menu/creating-and-using-bitmaps-menu/
53+ // 2. https://www.thecoderscorner.com/products /arduino-libraries/tc-menu/themes/rendering-with-themes-icons-grids/
5454
5555// here we provide two title widgets, for ethernet connection, and client connection
5656TitleWidget widgetConnection (iconsConnection, 2 , 16 , 12 );
@@ -167,7 +167,7 @@ using namespace tcremote;
167167
168168void setup () {
169169 // This example logs using IoLogging, see the following guide to enable
170- // https://tcmenu.github.io/documentation /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
170+ // https://www.thecoderscorner.com/products /arduino-libraries//io-abstraction/arduino-logging-with-io-logging/
171171 IOLOG_START_SERIAL
172172 serEnableLevel (SER_NETWORK_DEBUG , true );
173173 serEnableLevel (SER_TCMENU_DEBUG , true );
@@ -188,7 +188,7 @@ void setup() {
188188 setupMenu ();
189189
190190 // now load back values from EEPROM, but only when we can read the confirmatory magic key, see EEPROM docs:
191- // https://tcmenu.github.io/documentation /arduino-libraries/tc-menu/menu-eeprom-integrations/
191+ // https://www.thecoderscorner.com/products /arduino-libraries/tc-menu/menu-eeprom-integrations/
192192 menuMgr.load (0xd00d , [] {
193193 // this gets called when the menu hasn't been saved before, to initialise the first time.
194194 menuDecimal.setCurrentValue (4 );
0 commit comments