Skip to content

Commit 56f0d97

Browse files
committed
Fix Readme --skip-build
1 parent 48207c4 commit 56f0d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Following configurations are build nightly.
1515
- `test pack` for the version.
1616

1717
### PHP 8.1.0-dev/master
18-
[https://bintray.com/shivammathur/php/master-windows#files](https://bintray.com/shivammathur/php/master-windows#files)
18+
[https://github.com/shivammathur/php-builder-windows/releases/tag/php8.1](https://github.com/shivammathur/php-builder-windows/releases/tag/php8.1)
1919

2020
### PHP 8.0.0-dev
21-
[https://bintray.com/shivammathur/php/8.0-windows#files](https://bintray.com/shivammathur/php/8.0-windows#files)
21+
[https://github.com/shivammathur/php-builder-windows/releases/tag/php8.0](https://github.com/shivammathur/php-builder-windows/releases/tag/php8.0)
2222

2323
## Install
2424

@@ -31,7 +31,7 @@ $version = '8.1' # Set 8.0 or 8.1
3131
3232
# Install
3333
New-Item -Path C:\tools\php -Type Directory -Force
34-
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/shivammathur/php-extensions-windows/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1
34+
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/shivammathur/php-builder-windows/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1
3535
. $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir -Version $version
3636
3737
# Test

0 commit comments

Comments
 (0)