Update warning url from github md file to jan.ai docs site (#1414)

This commit is contained in:
hiento09 2024-01-07 10:08:10 +07:00 committed by GitHub
parent cd7c44ac2b
commit 37b842908b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,11 +47,11 @@ const GPUDriverPrompt: React.FC = () => {
className="cursor-pointer text-blue-600" className="cursor-pointer text-blue-600"
onClick={() => onClick={() =>
openExternalUrl( 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
</span>{' '} </span>{' '}
. .
</p> </p>