Skip to content

Commit 631dae7

Browse files
committed
fix(storybook): use absolute URL for Protocol Demo link
Fixes #12 - Protocol Demo link was not navigating when clicked because relative path `../` was being intercepted by Storybook's routing system.
1 parent 7ff0209 commit 631dae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/storybook/src/stories/Introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Meta } from '@storybook/addon-docs/blocks'
88

99
UIX 是专为构建 AI Agent 交互界面设计的组件库,基于 **UIX Protocol** 实现 AI 输出到 UI 渲染的标准化转换。
1010

11-
> 💡 查看 [Protocol Demo](../) 了解 UIX 的核心工作原理
11+
> 💡 查看 [Protocol Demo](https://uix.deepractice.org/) 了解 UIX 的核心工作原理
1212
1313
## 特性
1414

0 commit comments

Comments
 (0)