Skip to content

Commit bdf4fcd

Browse files
ddm21hipsterusername
authored andcommitted
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.
1 parent 35f8781 commit bdf4fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/templates/invoke.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo 2. Open the developer console
1313
echo 3. Command-line help
1414
echo Q - Quit
1515
echo.
16-
echo To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.
16+
echo To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest
1717
echo.
1818
set /P choice="Please enter 1-4, Q: [1] "
1919
if not defined choice set choice=1

0 commit comments

Comments
 (0)