From 338e5ac1596c8ff0d396bd06e65c4f0d957edc5c Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 09:29:16 -0300 Subject: [PATCH] Update PHP_CodeSniffer repository link --- README.md | 2 +- phpcs-server/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190bebd..d9dc9ee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Install Count](https://vsmarketplacebadge.apphb.com/installs/ikappas.phpcs.svg)](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) [![Open Issues](https://vsmarketplacebadge.apphb.com/rating/ikappas.phpcs.svg)](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) -Integrates [phpcs](https://github.com/squizlabs/PHP_CodeSniffer.git) into [Visual Studio Code](https://code.visualstudio.com/). +Integrates [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer.git) into [Visual Studio Code](https://code.visualstudio.com/). ## Looking for additional maintainers diff --git a/phpcs-server/README.md b/phpcs-server/README.md index 7d36919..9218fdf 100644 --- a/phpcs-server/README.md +++ b/phpcs-server/README.md @@ -1,3 +1,3 @@ # phpcs-server -The VS Code server part of the [phpcs](https://github.com/squizlabs/PHP_CodeSniffer.git) integration. +The VS Code server part of the [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer.git) integration.