From 140d4f0d303c8fe1f6020bef4325da29d272cd73 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:39:11 +0800 Subject: [PATCH] Minor: fixed broken links. (#8636) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/references/http_api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index 2ff65e2ee..1cca27c0e 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -3228,7 +3228,7 @@ Generates five to ten alternative question strings from the user's original quer This operation requires a `Bearer Login Token`, which typically expires with in 24 hours. You can find the it in the Request Headers in your browser easily as shown below: -![Image](https://github.com/user-attachments/assets/17a5a0fe-e411-4e35-8251-85c71444468b) +![Image](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/login_token.jpg) :::tip NOTE The chat model autonomously determines the number of questions to generate based on the instruction, typically between five and ten.