Skip to content

Commit be98471

Browse files
committed
Fix links in README (#15)
* Migration guide * Related section
1 parent 81a7268 commit be98471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ First thing first, let's make sure you have the necessary pre-requisites.
5252

5353
### Examples
5454

55-
Run a specific rule, author-valid-values, on a file relative to the current working directory.
55+
Run a specific rule, require-author, on a file relative to the current working directory.
5656
`pjl-cli -f "../relative-path/package.json" -r "require-author: 'error'"`
5757

58-
Run a specific rule, author-valid-values, ignoring warnings on a file relative to the current working directory.
58+
Run a specific rule, require-author, ignoring warnings on a file relative to the current working directory.
5959
`pjl-cli -f "../relative-path/package.json" -r "require-author: 'error'" --ignore-warnings`
6060

6161
Run using the config in `.npmpackagejsonlintrc` on a file relative to the current working directory.
@@ -88,7 +88,7 @@ Ex: `"require-author": "error"`
8888

8989
## Migrating from v0.x.x to 1.x.x
9090

91-
Please see [CONTRIBUTING.md](CONTRIBUTING.md).
91+
Please see the [migration guide](https://github.com/tclindner/npm-package-json-lint/wiki/migrating-from-v0-to-v1).
9292

9393
## Contributing
9494

@@ -100,7 +100,7 @@ Please see [CHANGELOG.md](CHANGELOG.md).
100100

101101
## Related
102102

103-
* [grunt-npm-package-json-lint](grunt-npm-package-json-lint): Grunt Wrapper for npm-package-json-lint
103+
* [grunt-npm-package-json-lint](https://github.com/tclindner/grunt-npm-package-json-lint): Grunt Wrapper for npm-package-json-lint
104104

105105
## License
106106

0 commit comments

Comments
 (0)