diff --git a/README.md b/README.md index f816b1ccf..be44a3824 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ has the following features: * Android: Please go to the [Releases](https://github.com/panpf/sketch/releases) page to download the latest version of the installation package -* Web: https://panpf.github.io/sketch-demo/ +* Web: https://panpf.github.io/sketch/app * Desktop: Use [kdoctor] to check the running environment, and follow the prompts to install the required software, and then execute the `./package_desktop.sh` command in the project root directory to package. The installation package location is included in the output. diff --git a/README_zh.md b/README_zh.md index d37d98695..2478460a3 100644 --- a/README_zh.md +++ b/README_zh.md @@ -19,7 +19,7 @@ Sketch 是专为 Compose Multiplatform 和 Android View 设计的图片加载库 ## 示例 App * Android:请到 [Releases](https://github.com/panpf/sketch/releases) 页面下载最新版本的安装包 -* Web:https://panpf.github.io/sketch-demo/ +* Web:https://panpf.github.io/sketch/app * 桌面:使用 [kdoctor] 检查运行环境,并按照提示安装需要的软件,然后在项目根目录执行 `./package_desktop.sh` 命令打包,安装包位置包含在输出中 * iOS:请参考 [运行示例 App](#运行示例-app) 部分自行编译运行