balibabu
commited on
Commit
·
3458ce6
1
Parent(s):
b97e741
fix: change the address of the ollama document (#1043)
Browse files### 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)
web/src/pages/user-setting/setting-model/ollama-modal/index.tsx
CHANGED
@@ -47,7 +47,7 @@ const OllamaModal = ({
|
|
47 |
return (
|
48 |
<Flex justify={'space-between'}>
|
49 |
<a
|
50 |
-
href={`https://github.com/infiniflow/ragflow/blob/main/docs
|
51 |
target="_blank"
|
52 |
rel="noreferrer"
|
53 |
>
|
|
|
47 |
return (
|
48 |
<Flex justify={'space-between'}>
|
49 |
<a
|
50 |
+
href={`https://github.com/infiniflow/ragflow/blob/main/docs/guides/deploy_local_llm.md`}
|
51 |
target="_blank"
|
52 |
rel="noreferrer"
|
53 |
>
|