diff --git a/.remarkrc b/.remarkrc
index 038f7b6287..425f042917 100644
--- a/.remarkrc
+++ b/.remarkrc
@@ -13,7 +13,9 @@
{
"skipUrlPatterns": [
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
- "^https?://github\\.com/[A-Za-z0-9-]+"
+ "^https?://github\\.com/[A-Za-z0-9-]+",
+ "^https?://pear\\.php\\.net/user/.+",
+ "^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+"
]
}
],
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 777e59b795..77ea3f1c56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,7 +48,7 @@ _Nothing yet._
[#608]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/608
[ghcli]: https://cli.github.com/
-[ghattest]: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
+[ghattest]: https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
## [3.10.2] - 2024-07-22
diff --git a/README.md b/README.md
index 6c7c073beb..207cf226a7 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
-[](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
+[](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
[](https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/validate.yml)
[][GHA-test]
-[](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master)
-[](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt)
+[](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master)
+[](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt)
-
-[][GHA-test]
+
+[][GHA-test]
[GHA-test]: https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/test.yml
@@ -50,7 +50,7 @@ php phpcbf.phar -h
These Phars are signed with the official Release key for PHPCS with the
fingerprint `689D AD77 8FF0 8760 E046 228B A978 2203 05CD 5C32`.
-As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`.
+As of PHP_CodeSniffer 3.10.3, the provenance of PHAR files associated with a release can be verified via [GitHub Artifact Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) using the [GitHub CLI tool](https://cli.github.com/) with the following command: `gh attestation verify [phpcs|phpcbf].phar -o PHPCSStandards`.
### Composer
If you use Composer, you can install PHP_CodeSniffer system-wide with the following command: