From cdcbe6c2b3b4bda89c44fba4bf19aa84d5b11220 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:12:32 +0800 Subject: [PATCH] Fixed broken links (#3256) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/guides/start_chat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/start_chat.md b/docs/guides/start_chat.md index 45e69dc1b..81115bd80 100644 --- a/docs/guides/start_chat.md +++ b/docs/guides/start_chat.md @@ -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)