We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf8902 commit cc14f72Copy full SHA for cc14f72
tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino
@@ -433,7 +433,7 @@ const char HTTP_COUNTER[] PROGMEM =
433
"<br><div id='t' style='text-align:center;'></div>";
434
435
const char HTTP_END[] PROGMEM =
436
- "<div style='text-align:right;font-size:11px;'><hr/><a href='https://bit.ly/tasmota' target='_blank' style='color:#aaa;'>Tasmota %s %s " D_BY " Theo Arends</a></div>"
+ "<div style='text-align:right;font-size:11px;'><hr/><a href='https://github.com/arendst/Tasmota' target='_blank' style='color:#aaa;'>Tasmota %s %s " D_BY " Theo Arends</a></div>"
437
"</div>"
438
"</body>"
439
"</html>";
0 commit comments