From c075969875ee95667690d6be7c02f7d8c4206db4 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:10:03 -0700 Subject: [PATCH] Add instructions --- modules/one_click_installer_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')