From d31e278a501569f3a7ffb59f4b20388f1c0acd4f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 7 Oct 2024 06:01:22 +0200 Subject: [PATCH] README/Changelog: fix a few URLs which have changed Fix a few URLs which were being redirected. Includes: * Replacing badges from poser.pugx.org with badges using img.shields.io. --- .remarkrc | 4 +++- CHANGELOG.md | 2 +- README.md | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.remarkrc b/.remarkrc index 9cda9e5e..af7a0ea6 100644 --- a/.remarkrc +++ b/.remarkrc @@ -12,7 +12,9 @@ "remark-lint-no-dead-urls", { "skipUrlPatterns": [ - "^https?://github\\.com/PHPCSStandards/PHPCSUtils/compare/[0-9\\.]+?\\.{3}[0-9\\.]+" + "^https?://github\\.com/PHPCSStandards/PHPCSUtils/compare/[0-9\\.]+?\\.{3}[0-9\\.]+", + "^https://phpcsutils\\.com/phpdoc/classes/PHPCSUtils-Utils-FunctionDeclarations.html#method_isArrowFunction", + "^https://phpcsutils\\.com/phpdoc/classes/PHPCSUtils-Utils-FunctionDeclarations.html#method_getArrowFunctionOpenClose" ] } ], diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f163ff..e7bd642e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and uses [Semantic Versioning](https://semver.org/). +This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/en/1.1.0/) and uses [Semantic Versioning](https://semver.org/). ## [Unreleased] diff --git a/README.md b/README.md index 3c0eb958..6b9419e5 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@