Skip to content

Commit

Permalink
Fix links to rules documentation and Node API in README (#857)
Browse files Browse the repository at this point in the history
* Fix link to rules in README

* Fix Node API link

Co-authored-by: Thomas Lindner <5178550+tclindner@users.noreply.github.com>
  • Loading branch information
ddzz and tclindner committed Nov 5, 2022
1 parent 85e8ac8 commit d6dee75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Currently it can check for:
* the presence of a pre-release version of a module
* and much more!

Please see the [website](https://npmpackagejsonlint.org/docs/en/rules) for a list of rules.
Please see the [website](https://npmpackagejsonlint.org/docs/rules) for a list of rules.

## How do I install it?

Expand Down Expand Up @@ -50,7 +50,7 @@ First thing first, let's make sure you have the necessary pre-requisites.

Quick links

[CLI commands and configuration](https://npmpackagejsonlint.org/docs/cli) | [Node.js API](https://npmpackagejsonlint.org/docs/en/api)
[CLI commands and configuration](https://npmpackagejsonlint.org/docs/cli) | [Node.js API](https://npmpackagejsonlint.org/docs/api)

## Migrating from v5.x.x to 6.x.x

Expand Down

0 comments on commit d6dee75

Please sign in to comment.