writinwaters commited on
Commit
ebcb40d
·
1 Parent(s): 564d9fe

Fixed broken links (#3256)

Browse files

### What problem does this PR solve?



### Type of change


- [x] Documentation Update

Files changed (1) hide show
  1. docs/guides/start_chat.md +3 -3
docs/guides/start_chat.md CHANGED
@@ -58,6 +58,6 @@ Hover over an intended chat assistant **>** **Edit** to show the chat configurat
58
 
59
  RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabilities into your applications. Read the following documents for more information:
60
 
61
- - [Acquire a RAGFlow API key](./guides/develop/acquire_ragflow_api_key.md)
62
- - [HTTP API reference](./references/http_api_reference.md)
63
- - [Python API reference](./references/python_api_reference.md)
 
58
 
59
  RAGFlow also offers HTTP and Python APIs for you to integrate RAGFlow's capabilities into your applications. Read the following documents for more information:
60
 
61
+ - [Acquire a RAGFlow API key](./develop/acquire_ragflow_api_key.md)
62
+ - [HTTP API reference](../references/http_api_reference.md)
63
+ - [Python API reference](../references/python_api_reference.md)