From e439d0959492c6808427677ad09dd096827146ad Mon Sep 17 00:00:00 2001
From: Yingfeng <yingfeng.zhang@gmail.com>
Date: Thu, 4 Apr 2024 17:21:04 +0800
Subject: [PATCH] Fix broken link of discord invitation (#230)

### What problem does this PR solve?

Fix broken link of discord invitation

Issue link:#227

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Documentation Update
---
 README.md    | 2 +-
 README_ja.md | 2 +-
 README_zh.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3070eaf..7c48473 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ See the [RAGFlow Roadmap 2024](https://github.com/infiniflow/ragflow/issues/162)
 
 ## 🏄 Community
 
-- [Discord](https://discord.gg/uqQ4YMDf)
+- [Discord](https://discord.gg/trjjfJ9y)
 - [Twitter](https://twitter.com/infiniflowai)
 
 ## 🙌 Contributing
diff --git a/README_ja.md b/README_ja.md
index ffe979d..a87e2a3 100644
--- a/README_ja.md
+++ b/README_ja.md
@@ -174,7 +174,7 @@ $ docker compose up -d
 
 ## 🏄 コミュニティ
 
-- [Discord](https://discord.gg/uqQ4YMDf)
+- [Discord](https://discord.gg/trjjfJ9y)
 - [Twitter](https://twitter.com/infiniflowai)
 
 ## 🙌 コントリビュート
diff --git a/README_zh.md b/README_zh.md
index 91a0cd7..0f9960f 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -174,7 +174,7 @@ $ docker compose up -d
 
 ## 🏄 开源社区
 
-- [Discord](https://discord.gg/uqQ4YMDf)
+- [Discord](https://discord.gg/trjjfJ9y)
 - [Twitter](https://twitter.com/infiniflowai)
 
 ## 🙌 贡献指南
-- 
GitLab