diff --git a/README.md b/README.md
index 2a4104e..2b5c51a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
🌐 **English** | [中文](./docs/README-zh.md)
-👉 🚀 Demo | 📖 Documentation
+👉 🚀 Demo | 📖 Documentation
@@ -28,14 +28,14 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
- No special permissions required.
- **🧠 Bring your own LLMs**
- **🎨 Pretty UI with human-in-the-loop**
-- **🐙 Optional [chrome extension](https://alibaba.github.io/page-agent/#/docs/features/chrome-extension) for multi-page tasks.**
+- **🐙 Optional [chrome extension](https://alibaba.github.io/page-agent/docs/features/chrome-extension) for multi-page tasks.**
## 💡 Use Cases
- **SaaS AI Copilot** — Ship an AI copilot in your product in lines of code. No backend rewrite needed.
- **Smart Form Filling** — Turn 20-click workflows into one sentence. Perfect for ERP, CRM, and admin systems.
- **Accessibility** — Make any web app accessible through natural language. Voice commands, screen readers, zero barrier.
-- **Multi-page Agent** — Extend your agent's reach across browser tabs with the optional [chrome extension](https://alibaba.github.io/page-agent/#/docs/features/chrome-extension).
+- **Multi-page Agent** — Extend your agent's reach across browser tabs with the optional [chrome extension](https://alibaba.github.io/page-agent/docs/features/chrome-extension).
## 🚀 Quick Start
@@ -73,7 +73,7 @@ const agent = new PageAgent({
await agent.execute('Click the login button')
```
-For more programmatic usage, see [📖 Documentations](https://alibaba.github.io/page-agent/#/docs/introduction/overview).
+For more programmatic usage, see [📖 Documentations](https://alibaba.github.io/page-agent/docs/introduction/overview).
## 🤝 Contributing
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 2223623..e4b16de 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -146,7 +146,7 @@ interface PageAgentConfig {
- Single-page application only (cannot navigate across pages)
- No visual recognition (relies on DOM structure)
- Limited interaction support (no hover, drag-drop, canvas operations)
-- See [Limitations](https://alibaba.github.io/page-agent/#/docs/introduction/limitations) for details
+- See [Limitations](https://alibaba.github.io/page-agent/docs/introduction/limitations) for details
### Acknowledgments
diff --git a/docs/README-zh.md b/docs/README-zh.md
index e69d912..c2bef39 100644
--- a/docs/README-zh.md
+++ b/docs/README-zh.md
@@ -11,7 +11,7 @@
🌐 [English](../README.md) | **中文**
-👉 🚀 Demo | 📖 Documentation
+👉 🚀 Demo | 📖 Documentation
@@ -28,14 +28,14 @@
- 无需特殊权限。
- **🧠 用你自己的 LLM**
- **🎨 精美 UI,支持人机协同**
-- **🐙 可选的 [Chrome 扩展](https://alibaba.github.io/page-agent/#/docs/features/chrome-extension),支持跨页面任务。**
+- **🐙 可选的 [Chrome 扩展](https://alibaba.github.io/page-agent/docs/features/chrome-extension),支持跨页面任务。**
## 💡 应用场景
- **SaaS AI 副驾驶** — 几行代码为你的产品加上 AI 副驾驶,不需要重写后端。
- **智能表单填写** — 把 20 次点击变成一句话。ERP、CRM、管理后台的最佳拍档。
- **无障碍增强** — 用自然语言让任何网页无障碍。语音指令、屏幕阅读器,零门槛。
-- **跨页面 Agent** — 通过可选的 [Chrome 扩展](https://alibaba.github.io/page-agent/#/docs/features/chrome-extension),让你的 Agent 跨标签页工作。
+- **跨页面 Agent** — 通过可选的 [Chrome 扩展](https://alibaba.github.io/page-agent/docs/features/chrome-extension),让你的 Agent 跨标签页工作。
## 🚀 快速开始
@@ -73,7 +73,7 @@ const agent = new PageAgent({
await agent.execute('点击登录按钮')
```
-更多编程用法,请参阅 [📖 文档](https://alibaba.github.io/page-agent/#/docs/introduction/overview)。
+更多编程用法,请参阅 [📖 文档](https://alibaba.github.io/page-agent/docs/introduction/overview)。
## 🤝 贡献
diff --git a/packages/extension/src/entrypoints/sidepanel/components/misc.tsx b/packages/extension/src/entrypoints/sidepanel/components/misc.tsx
index 4650cc3..fce2085 100644
--- a/packages/extension/src/entrypoints/sidepanel/components/misc.tsx
+++ b/packages/extension/src/entrypoints/sidepanel/components/misc.tsx
@@ -125,7 +125,7 @@ export function EmptyState() {
{
if (!config.baseURL || !config.apiKey || !config.model) {
throw new Error(
'[PageAgent] LLM configuration required. Please provide: baseURL, apiKey, model. ' +
- 'See: https://alibaba.github.io/page-agent/#/docs/features/models'
+ 'See: https://alibaba.github.io/page-agent/docs/features/models'
)
}
diff --git a/packages/website/index.html b/packages/website/index.html
index f6a5cd9..570486a 100644
--- a/packages/website/index.html
+++ b/packages/website/index.html
@@ -46,6 +46,15 @@
+
+
+
+