From bdf4fcda234591ae31031adbd40209a54b9adb01 Mon Sep 17 00:00:00 2001 From: ddm21 <98445934+ddm21@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:21:01 +0530 Subject: [PATCH] Fixed 404 error on latest release link (line 16): This commit corrects a broken link on line 16 that was pointing to the latest release but causing a 404 error (page not found) when clicked. The issue was identified as a trailing dot at the end of the URL, which has now been removed. This ensures users can access the intended latest release page. --- installer/templates/invoke.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/templates/invoke.bat.in b/installer/templates/invoke.bat.in index c8ef19710b..774b667c08 100644 --- a/installer/templates/invoke.bat.in +++ b/installer/templates/invoke.bat.in @@ -13,7 +13,7 @@ echo 2. Open the developer console echo 3. Command-line help echo Q - Quit echo. -echo To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest. +echo To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest echo. set /P choice="Please enter 1-4, Q: [1] " if not defined choice set choice=1