diff --git a/modules/one_click_installer_check.py b/modules/one_click_installer_check.py index 29c0c546..1a7dd2b9 100644 --- a/modules/one_click_installer_check.py +++ b/modules/one_click_installer_check.py @@ -5,4 +5,4 @@ if Path('../webui.py').exists(): logger.warning('\nIt looks like you are running an outdated version of ' 'the one-click-installers.\n' 'Please migrate your installation following the instructions here:\n' - 'https://') + 'https://github.com/oobabooga/text-generation-webui/wiki/Migrating-an-old-one%E2%80%90click-install')