mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
35f8781ea2
commit
bdf4fcda23
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user