From 37b842908b3fc46b05f43f0fe238eb6d6b64975e Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:08:10 +0700 Subject: [PATCH] Update warning url from github md file to jan.ai docs site (#1414) --- web/containers/GPUDriverPromptModal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/containers/GPUDriverPromptModal/index.tsx b/web/containers/GPUDriverPromptModal/index.tsx index 315d2395b..da20ab332 100644 --- a/web/containers/GPUDriverPromptModal/index.tsx +++ b/web/containers/GPUDriverPromptModal/index.tsx @@ -47,11 +47,11 @@ const GPUDriverPrompt: React.FC = () => { className="cursor-pointer text-blue-600" onClick={() => openExternalUrl( - 'https://github.com/janhq/jan/blob/main/USAGE.md' + 'https://jan.ai/guides/troubleshooting/gpu-not-used/' ) } > - Jan running mode documentation + Jan is Not Using GPU {' '} .