Minor: Fixed broken links (#5565)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-03 19:24:28 +08:00
committed by GitHub
parent 1075b975c5
commit d9bbaf5d6c
7 changed files with 14 additions and 15 deletions

View File

@ -14,5 +14,5 @@ A key is required for the RAGFlow server to authenticate your requests via HTTP
![ragflow_api_key](https://github.com/user-attachments/assets/f461ed61-04c6-4faf-b3d8-6b5fa56be4e7)
:::tip NOTE
See the [RAGFlow HTTP API reference](../../references/http_api_reference.md) or the [RAGFlow Python API reference](../../references/python_api_reference.md) for a complete reference of RAGFlow's HTTP or Python APIs.
See the [RAGFlow HTTP API reference](../references/http_api_reference.md) or the [RAGFlow Python API reference](../references/python_api_reference.md) for a complete reference of RAGFlow's HTTP or Python APIs.
:::