Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: HTTPS link to yeoman.io (#16582)
  • Loading branch information
coliff committed Nov 24, 2022
1 parent de12b26 commit f894035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer-guide/development-environment.md
Expand Up @@ -43,7 +43,7 @@ Now, the remote `upstream` points to the upstream source.

## Step 4: Install the Yeoman Generator

[Yeoman](http://yeoman.io) is a scaffold generator that ESLint uses to help streamline development of new rules. If you don't already have Yeoman installed, you can install it via npm:
[Yeoman](https://yeoman.io) is a scaffold generator that ESLint uses to help streamline development of new rules. If you don't already have Yeoman installed, you can install it via npm:

```shell
npm install -g yo
Expand Down

0 comments on commit f894035

Please sign in to comment.