diff --git a/__init__.py b/__init__.py index f4beed0..816183a 100644 --- a/__init__.py +++ b/__init__.py @@ -795,7 +795,7 @@ def execute(self, context): import webbrowser locki = context.scene.locki helpMeString = get_selected_text() - ai_help_url = 'https://app.locki.io/AiSupport?string=' + helpMeString + ai_help_url = 'https://chat.locki.io?string=' + helpMeString webbrowser.open(ai_help_url) return {'FINISHED'}