From 87e073a0b9a9f75499d8e298fccf82437c7513ec Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 26 Sep 2023 18:29:45 +0800 Subject: [PATCH] Change domain --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65196b1f..7e41d4e3 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Build single static PHP binary, with PHP project together, with popular extensio ## 文档 -点击这里查看文档:。 +点击这里查看文档:。 ## 使用 @@ -54,7 +54,7 @@ Build single static PHP binary, with PHP project together, with popular extensio ### 支持的扩展情况 -[扩展支持列表](https://static-php-cli.zhamao.me/zh/guide/extensions.html) +[扩展支持列表](https://static-php.dev/zh/guide/extensions.html) > 如果这里没有你需要的扩展,可以提交 Issue。 @@ -221,4 +221,4 @@ cat micro.sfx code.php > single-app && chmod +x single-app ## 进阶 -本项目重构分支为模块化编写。如果你对本项目感兴趣,想加入开发,可以参照文档的 [贡献指南](https://static-php-cli.zhamao.me) 贡献代码或文档。 +本项目重构分支为模块化编写。如果你对本项目感兴趣,想加入开发,可以参照文档的 [贡献指南](https://static-php.dev) 贡献代码或文档。