From 8fa2963a8ed358064d4804f53ff51ffce75a6927 Mon Sep 17 00:00:00 2001
From: ooo oo <106524776+ooooo-create@users.noreply.github.com>
Date: Sat, 6 Apr 2024 16:04:49 +0800
Subject: [PATCH] docs: fix a broken url (#234)

### What problem does this PR solve?

fix a broken url for moonshot
`https://platform.moonshot.cn/docs/docs` to
`https://platform.moonshot.cn/docs`
Issue link:None

### Type of change

- [x] Documentation Update
---
 docs/llm_api_key_setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/llm_api_key_setup.md b/docs/llm_api_key_setup.md
index cf8d9b2..345713a 100644
--- a/docs/llm_api_key_setup.md
+++ b/docs/llm_api_key_setup.md
@@ -5,7 +5,7 @@ In **user_default_llm** of [service_conf.yaml](./docker/service_conf.yaml), you
 RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
 
 > [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model), 
-> [ZHIPU-AI](https://open.bigmodel.cn/), [Moonshot](https://platform.moonshot.cn/docs/docs)
+> [ZHIPU-AI](https://open.bigmodel.cn/), [Moonshot](https://platform.moonshot.cn/docs)
 
 After sign in these LLM suppliers, create your own API-Key, they all have a certain amount of free quota.
 
-- 
GitLab