update repo links

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-31 12:15:21 -05:00
parent 5e4d667a4b
commit 7d9b268655
16 changed files with 39 additions and 37 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def get_motd():
motd += "<span style='color: orange'>Legacy mode</span><br>"
if shared.opts.motd:
try:
res = requests.get('https://vladmandic.github.io/automatic/motd', timeout=3)
res = requests.get('https://vladmandic.github.io/sdnext/motd', timeout=3)
if res.status_code == 200:
msg = (res.text or '').strip()
shared.log.info(f'MOTD: {msg if len(msg) > 0 else "N/A"}')