From be42e8bcf11b2edfc1289f377acce39682e14395 Mon Sep 17 00:00:00 2001 From: Yuhao Tsui Date: Wed, 10 Jul 2024 09:39:27 +0800 Subject: [PATCH] API doc: Correct Base URL and Dataset URL. (#1444) The correct URL is http:///v1/api , not http:///api/v1 . ### What problem does this PR solve? ### Type of change - [x] Documentation Update --------- Co-authored-by: Kevin Hu --- docs/references/ragflow_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/ragflow_api.md b/docs/references/ragflow_api.md index 1f2dbea0a1c..07692ce3436 100644 --- a/docs/references/ragflow_api.md +++ b/docs/references/ragflow_api.md @@ -8,7 +8,7 @@ RAGFlow offers RESTful APIs for you to integrate its capabilities into third-par ## Base URL ``` -http:///api/v1/ +http:///v1/api/ ``` ## Dataset URL