Skip to content

Commit

Permalink
Fixed 404 error on latest release link (line 16):
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ddm21 committed Jul 7, 2024
1 parent 35f8781 commit 00c7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/templates/invoke.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c7b91

Please sign in to comment.