From 6f10bee2d7358cd72347b3ed14b5a71bd203055b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 10 Mar 2026 10:41:13 +0000
Subject: [PATCH] fix: Persona Studio entry button not navigating - use HTML
links and add redirect index.html
Root cause:
1. README.md used Markdown link syntax inside HTML table block which may not render as clickable
2. persona-studio/index.html was missing, causing the target URL to 404
Fix:
- Replace Markdown link with HTML badge button + plain text fallback link
- Create persona-studio/index.html that redirects to persona-studio/frontend/index.html
- Add plain text link to persona-studio/README.md
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
---
README.md | 8 +++++++-
persona-studio/README.md | 2 ++
persona-studio/index.html | 12 ++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 persona-studio/index.html
diff --git a/README.md b/README.md
index b916051a..083a0ed8 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,13 @@
-### 🚀 [点击进入 Persona Studio →](https://qinfendebingshuo.github.io/guanghulab/persona-studio/)
+
+
+
+
+🔗 直接访问:https://qinfendebingshuo.github.io/guanghulab/persona-studio/
+
+
💬 自然语言对话 · 🧠 智能代码生成 · 📧 邮件推送结果 · 🔄 对话记忆
diff --git a/persona-studio/README.md b/persona-studio/README.md
index 14c6a2ae..c89ccc81 100644
--- a/persona-studio/README.md
+++ b/persona-studio/README.md
@@ -18,6 +18,8 @@
+
+ 🔗 直接访问:https://qinfendebingshuo.github.io/guanghulab/persona-studio/
正在跳转到 Persona Studio…
+ + +