Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 2dbd910

Browse files
committed
change old domain
1 parent 0423f21 commit 2dbd910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/guide/manual-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export SPC_USE_SUDO=yes
9292
If you don't want to use Docker and install PHP in the system,
9393
you can directly download the php binary cli program compiled by this project itself. The usage process is as follows:
9494

95-
Deploy the environment using the command, the command will download a static php-cli binary from [self-hosted server](https://dl.zhamao.xin/static-php-cli/).
95+
Deploy the environment using the command, the command will download a static php-cli binary from [self-hosted server](https://dl.static-php.dev/static-php-cli/).
9696
Next, it will automatically download Composer from [getcomposer](https://getcomposer.org/download/latest-stable/composer.phar) or [Aliyun mirror](https://mirrors.aliyun.com/composer/composer.phar).
9797

9898
::: tip

docs/zh/guide/manual-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export SPC_USE_SUDO=yes
7878

7979
如果你不想使用 Docker、在系统内安装 PHP,可以直接下载本项目自身编译好的 php 二进制 cli 程序。使用流程如下:
8080

81-
使用命令部署环境,此脚本会从 [自托管的服务器](https://dl.zhamao.xin/static-php-cli/) 下载一个当前操作系统的 php-cli 包,
81+
使用命令部署环境,此脚本会从 [自托管的服务器](https://dl.static-php.dev/static-php-cli/) 下载一个当前操作系统的 php-cli 包,
8282
并从 [getcomposer](https://getcomposer.org/download/latest-stable/composer.phar)[Aliyun(镜像)](https://mirrors.aliyun.com/composer/composer.phar) 下载 Composer。
8383

8484
::: tip

0 commit comments

Comments
 (0)