mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-24 02:04:26 +08:00
fix: change the address of the ollama document (#1043)
### What problem does this PR solve? fix: change the address of the ollama document #1042 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
4fba0427eb
commit
037657c1ce
@ -47,7 +47,7 @@ const OllamaModal = ({
|
|||||||
return (
|
return (
|
||||||
<Flex justify={'space-between'}>
|
<Flex justify={'space-between'}>
|
||||||
<a
|
<a
|
||||||
href={`https://github.com/infiniflow/ragflow/blob/main/docs/${llmFactory.toLowerCase()}.md`}
|
href={`https://github.com/infiniflow/ragflow/blob/main/docs/guides/deploy_local_llm.md`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user