Skip to content

Commit 86d3ebf

Browse files
authored
Docs: http => https. (#49)
1 parent 0f64dc1 commit 86d3ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An ESLint plugin for linting ESLint plugins
44

55
## Installation
66

7-
You'll first need to install [ESLint](http://eslint.org):
7+
You'll first need to install [ESLint](https://eslint.org):
88

99
```
1010
$ npm i eslint --save-dev

docs/rules/no-useless-token-range.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ module.exports = {
4242

4343
## Further Reading
4444

45-
* [`SourceCode` API](http://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode)
45+
* [`SourceCode` API](https://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode)

0 commit comments

Comments
 (0)