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 @@