Skip to content

Commit cc14f72

Browse files
committed
Remove near future bitly advertising
1 parent ccf8902 commit cc14f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ const char HTTP_COUNTER[] PROGMEM =
433433
"<br><div id='t' style='text-align:center;'></div>";
434434

435435
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>"
436+
"<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>"
437437
"</div>"
438438
"</body>"
439439
"</html>";

0 commit comments

Comments
 (0)