From bc08b5e19f2e7e20f4977046756c41ce1e98d62d Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Mon, 26 Feb 2024 17:28:53 +0800 Subject: [PATCH] Fix broken link --- README.en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index f80aa8d..03c69c2 100644 --- a/README.en.md +++ b/README.en.md @@ -20,8 +20,8 @@ Add Live2D widget to web page. Compatible with PJAX. You can also check out example web pages: - Check the effect in the lower left corner of [Mimi's Blog](https://zhangshuqiao.org) -- [demo.html](https://mi.js.org/live2d-widget/demo/demo.html) to demonstrate basic functionality -- [login.html](https://mi.js.org/live2d-widget/demo/login.html) to imitate the login interface of NPM +- [demo.html](https://stevenjoezhang.github.io/live2d-widget/demo/demo.html) to demonstrate basic functionality +- [login.html](https://stevenjoezhang.github.io/live2d-widget/demo/login.html) to imitate the login interface of NPM ## Usage diff --git a/README.md b/README.md index 3e07112..7cc4480 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ 你也可以查看示例网页: - 在 [米米的博客](https://zhangshuqiao.org) 的左下角可查看效果 -- [demo.html](https://mi.js.org/live2d-widget/demo/demo.html),展现基础功能 -- [login.html](https://mi.js.org/live2d-widget/demo/login.html),仿 NPM 的登陆界面 +- [demo.html](https://stevenjoezhang.github.io/live2d-widget/demo/demo.html),展现基础功能 +- [login.html](https://stevenjoezhang.github.io/live2d-widget/demo/login.html),仿 NPM 的登陆界面 ## 使用