diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee3258..f06857e 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](http://keepachangelog.com/) and uses [Semantic Versioning](http://semver.org/). +This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/en/1.1.0/) and uses [Semantic Versioning](https://semver.org/). **Legend**: :wrench: = Includes auto-fixer. @@ -401,7 +401,7 @@ The upgrade to PHPCSUtils 1.0.0-alpha4 took care of a number of bugs, which pote [php-manual-dirname]: https://www.php.net/function.dirname [php-rfc-negative_array_index]: https://wiki.php.net/rfc/negative_array_index -[ESLint "no lonely if"]: https://eslint.org/docs/rules/no-lonely-if +[ESLint "no lonely if"]: https://eslint.org/docs/latest/rules/no-lonely-if [PHPCSUtils 1.0.0-alpha4]: https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.0.0-alpha4 diff --git a/README.md b/README.md index a82fa89..d391c12 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,20 @@ PHPCSExtra @@ -55,7 +55,7 @@ Installation Installing via Composer is highly recommended. -[Composer](http://getcomposer.org/) will automatically install the project dependencies and register the rulesets from PHPCSExtra and other external standards with PHP_CodeSniffer using the [Composer PHPCS plugin][composer-installer-gh]. +[Composer](https://getcomposer.org/) will automatically install the project dependencies and register the rulesets from PHPCSExtra and other external standards with PHP_CodeSniffer using the [Composer PHPCS plugin][composer-installer-gh]. ### Composer Project-based Installation