diff --git a/README.md b/README.md index e18a0fe0..774c28af 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An ESLint plugin for linting ESLint plugins ## Installation -You'll first need to install [ESLint](http://eslint.org): +You'll first need to install [ESLint](https://eslint.org): ``` $ npm i eslint --save-dev diff --git a/docs/rules/no-useless-token-range.md b/docs/rules/no-useless-token-range.md index 15ef0185..93d61335 100644 --- a/docs/rules/no-useless-token-range.md +++ b/docs/rules/no-useless-token-range.md @@ -42,4 +42,4 @@ module.exports = { ## Further Reading -* [`SourceCode` API](http://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode) +* [`SourceCode` API](https://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode)