Skip to content

Commit

Permalink
Docs: Switch to HTTPS links (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Jul 22, 2021
1 parent b495003 commit ca2a546
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org/
root = true

[*]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# generator-eslint ![CI](https://github.com/eslint/generator-eslint/workflows/CI/badge.svg) [![NPM version](https://img.shields.io/npm/v/generator-eslint.svg?style=flat)](https://npmjs.org/package/generator-eslint)

The ESLint generator for [Yeoman](http://yeoman.io). This generator is intended to aid development within the [ESLint](http://eslint.org) project. It is designed to work within the top-level `eslint` directory.
The ESLint generator for [Yeoman](https://yeoman.io/). This generator is intended to aid development within the [ESLint](https://eslint.org/) project. It is designed to work within the top-level `eslint` directory.

## Installation

First and foremost, you must have [Node.js](http://nodejs.org) and npm installed. If you don't have Node.js installed, please download and install the latest version.
First and foremost, you must have [Node.js](https://nodejs.org/) and npm installed. If you don't have Node.js installed, please download and install the latest version.

You must also install Yeoman, if you don't have it installed already. To install Yeoman, you can run this command:

Expand Down Expand Up @@ -46,4 +46,4 @@ You'll be prompted for some information and then it will generate the files nece

Copyright jQuery Foundation and other contributors, <https://jquery.org/>

[MIT License](http://en.wikipedia.org/wiki/MIT_License)
[MIT License](https://en.wikipedia.org/wiki/MIT_License)
2 changes: 1 addition & 1 deletion plugin/templates/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation

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

```sh
npm i eslint --save-dev
Expand Down

0 comments on commit ca2a546

Please sign in to comment.