diff --git a/README-zh.md b/README-zh.md index 6d2a4237..33cb1d64 100755 --- a/README-zh.md +++ b/README-zh.md @@ -12,7 +12,7 @@ Build single static PHP binary, with PHP project together, with popular extensio 截屏2023-05-02 15 52 33 -> 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro) 的 [Fork 仓库](https://github.com/crazywhalecc/phpmicro)。 +> 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro) 的 [Fork 仓库](https://github.com/static-php/phpmicro)。 [![Version](https://img.shields.io/badge/Version-2.0--rc8-pink.svg?style=flat-square)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]() diff --git a/README.md b/README.md index c233b38f..c89abc91 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can also use the micro binary file to combine php binary and php source code 2023-05-02 15 52 33 -> This SAPI feature is from the [Fork](https://github.com/crazywhalecc/phpmicro) of [dixyes/phpmicro](https://github.com/dixyes/phpmicro). +> This SAPI feature is from the [Fork](https://github.com/static-php/phpmicro) of [dixyes/phpmicro](https://github.com/dixyes/phpmicro). [![Version](https://img.shields.io/badge/Version-2.0--rc8-pink.svg?style=flat-square)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]() @@ -197,7 +197,7 @@ cd buildroot/bin/ > phpmicro is a SelF-extracted eXecutable SAPI module, > provided by [phpmicro](https://github.com/dixyes/phpmicro) project. -> But this project is using a [fork](https://github.com/crazywhalecc/phpmicro) of phpmicro, because we need to add some features to it. +> But this project is using a [fork](https://github.com/static-php/phpmicro) of phpmicro, because we need to add some features to it. > It can put php runtime and your source code together. When using the parameter `--build-all` or `--build-micro`, diff --git a/config/source.json b/config/source.json index c5434c6f..cd849f86 100644 --- a/config/source.json +++ b/config/source.json @@ -314,7 +314,7 @@ "type": "git", "path": "php-src/sapi/micro", "rev": "master", - "url": "https://github.com/crazywhalecc/phpmicro", + "url": "https://github.com/static-php/phpmicro", "license": { "type": "file", "path": "LICENSE"