Skip to content

Commit 3ed064f

Browse files
authored
Merge pull request #5 from PHPCSStandards/feature/readme-update-phar-links
README: update URL for downloading the PHAR
2 parents 763eca5 + db03775 commit 3ed064f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ If you're using PHP_CodeSniffer as part of a team, or you're running it on a [CI
1717
The easiest way to get started with PHP_CodeSniffer is to download the Phar files for each of the commands:
1818
```
1919
# Download using curl
20-
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
21-
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
20+
curl -OL https://phars.phpcodesniffer.com/phpcs.phar
21+
curl -OL https://phars.phpcodesniffer.com/phpcbf.phar
2222
2323
# Or download using wget
24-
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
25-
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
24+
wget https://phars.phpcodesniffer.com/phpcs.phar
25+
wget https://phars.phpcodesniffer.com/phpcbf.phar
2626
2727
# Then test the downloaded PHARs
2828
php phpcs.phar -h

0 commit comments

Comments
 (0)