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.
This commit is contained in:
ddm21 2024-07-07 17:21:01 +05:30 committed by Kent Keirsey
parent 35f8781ea2
commit bdf4fcda23

View File

@ -13,7 +13,7 @@ echo 2. Open the developer console
echo 3. Command-line help echo 3. Command-line help
echo Q - Quit echo Q - Quit
echo. 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. echo.
set /P choice="Please enter 1-4, Q: [1] " set /P choice="Please enter 1-4, Q: [1] "
if not defined choice set choice=1 if not defined choice set choice=1