Skip to content

Commit

Permalink
fix: change the address of the ollama document (#1043)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
cike8899 authored Jun 4, 2024
1 parent 4fba042 commit 037657c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const OllamaModal = ({
return (
<Flex justify={'space-between'}>
<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"
rel="noreferrer"
>
Expand Down

0 comments on commit 037657c

Please sign in to comment.