Skip to content

Commit 4499ec5

Browse files
README.md: HTTP => HTTPS
1 parent 6682e9a commit 4499ec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![coverage][codecov-image]][codecov-url]
66
[![win32 build status](https://ci.appveyor.com/api/projects/status/3mw2fifalmjlqf56/branch/main?svg=true)](https://ci.appveyor.com/project/import-js/eslint-plugin-import/branch/main)
77
[![npm](https://img.shields.io/npm/v/eslint-plugin-import.svg)](https://www.npmjs.com/package/eslint-plugin-import)
8-
[![npm downloads](https://img.shields.io/npm/dt/eslint-plugin-import.svg?maxAge=2592000)](http://www.npmtrends.com/eslint-plugin-import)
8+
[![npm downloads](https://img.shields.io/npm/dt/eslint-plugin-import.svg?maxAge=2592000)](https://www.npmtrends.com/eslint-plugin-import)
99

1010
This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, marked up in your editor.
1111

@@ -256,7 +256,7 @@ the process's current working directory if no `package.json` is found.
256256
If you are interesting in writing a resolver, see the [spec](./resolvers/README.md) for more details.
257257

258258
[`resolve`]: https://www.npmjs.com/package/resolve
259-
[`externals`]: http://webpack.github.io/docs/library-and-externals.html
259+
[`externals`]: https://webpack.github.io/docs/library-and-externals.html
260260

261261
[Node]: https://www.npmjs.com/package/eslint-import-resolver-node
262262
[webpack]: https://www.npmjs.com/package/eslint-import-resolver-webpack
@@ -483,7 +483,7 @@ The purpose of the `chdir` setting, in this case, is to set the working director
483483
from which ESLint is executed to be the same as the directory on which SublimeLinter-eslint
484484
bases the relative path it provides.
485485

486-
See the SublimeLinter docs on [`chdir`](http://www.sublimelinter.com/en/latest/linter_settings.html#chdir)
486+
See the SublimeLinter docs on [`chdir`](https://www.sublimelinter.com/en/latest/linter_settings.html#chdir)
487487
for more information, in case this does not work with your project.
488488

489489
If you are not using `.eslintignore`, or don't have a Sublime project file, you can also

0 commit comments

Comments
 (0)