docs: update static-php URLs (#277)

This commit is contained in:
Antoine Lamirault
2023-10-28 14:17:18 +02:00
committed by GitHub
parent 385b47ee3b
commit 43722a9dbe

View File

@@ -31,7 +31,7 @@ docker buildx bake --load --set static-builder.args.PHP_EXTENSIONS=opcache,pdo_s
# ...
```
See [the list of supported extensions](https://static-php-cli.zhamao.me/en/guide/extensions.html).
See [the list of supported extensions](https://static-php.dev/en/guide/extensions.html).
### GitHub Token
@@ -61,4 +61,4 @@ cd frankenphp/caddy/frankenphp
go build -buildmode=pie -tags "cgo netgo osusergo static_build" -ldflags "-linkmode=external -extldflags -static-pie"
```
See [the list of supported extensions](https://static-php-cli.zhamao.me/en/guide/extensions.html).
See [the list of supported extensions](https://static-php.dev/en/guide/extensions.html).