From 138ea3fbe8b8af57772c294816d30ac79a394953 Mon Sep 17 00:00:00 2001
From: Teknium <127238744+teknium1@users.noreply.github.com>
Date: Mon, 30 Mar 2026 00:09:30 -0700
Subject: [PATCH] fix(docs): escape angle-bracket URLs in feishu.md breaking
MDX build (#3902)
---
website/docs/user-guide/messaging/feishu.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/user-guide/messaging/feishu.md b/website/docs/user-guide/messaging/feishu.md
index f515648b..1b7141e7 100644
--- a/website/docs/user-guide/messaging/feishu.md
+++ b/website/docs/user-guide/messaging/feishu.md
@@ -32,8 +32,8 @@ Set it to `false` only if you explicitly want one shared conversation per chat.
## Step 1: Create a Feishu / Lark App
1. Open the Feishu or Lark developer console:
- - Feishu:
- - Lark:
+ - Feishu: [https://open.feishu.cn/](https://open.feishu.cn/)
+ - Lark: [https://open.larksuite.com/](https://open.larksuite.com/)
2. Create a new app.
3. In **Credentials & Basic Info**, copy the **App ID** and **App Secret**.
4. Enable the **Bot** capability for the app.