From 92a9fffafcd43dda9a97d44dcd5533aa996978cc Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 3 Sep 2023 15:26:13 -0400 Subject: [PATCH] Make update notif point to release notes --- app/classes/shared/tasks.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/classes/shared/tasks.py b/app/classes/shared/tasks.py index 4d878066..a117452f 100644 --- a/app/classes/shared/tasks.py +++ b/app/classes/shared/tasks.py @@ -738,10 +738,8 @@ class TasksManager: "id": str(remote), "title": f"{remote} Update Available", "date": "", - "desc": "Instructions for updating can be found" - " by clicking this notification.", - "link": "https://docs.craftycontrol.com/pages/" - "getting-started/installation/linux/?h=updating#updating-crafty", + "desc": "Release notes are available by clicking this notification.", + "link": "https://gitlab.com/crafty-controller/crafty-4/-/releases", } logger.info("Refreshing Gravatar PFPs...") for user in HelperUsers.get_all_users():