Fixed broken links (#3256)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters 2024-11-07 14:12:32 +08:00 committed by GitHub
parent 5038552ed9
commit cdcbe6c2b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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