Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Dec 17, 2022
1 parent da4b919 commit 01e8c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/use/migrating-to-5.0.0.md
Expand Up @@ -50,7 +50,7 @@ As of April 30th, 2018, Node.js 4 will be at EOL and will no longer be receiving

## <a name="eslint-recommended-changes"/> `eslint:recommended` changes

Two new rules have been added to the [`eslint:recommended`](configuring#using-eslintrecommended) config:
Two new rules have been added to the [`eslint:recommended`](configure#using-eslintrecommended) config:

* [`for-direction`](../rules/for-direction) enforces that a `for` loop update clause moves the counter in the right direction.
* [`getter-return`](../rules/getter-return) enforces that a `return` statement is present in property getters.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/migrating-to-7.0.0.md
Expand Up @@ -147,7 +147,7 @@ To allow for the colocation of comments that provide context with the directive,

The ten Node.js/CommonJS rules in core have been deprecated and moved to the [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) plugin.

**To address:** As per [our deprecation policy](../use/rule-deprecation), the deprecated rules will remain in core for the foreseeable future and are still available for use. However, we will no longer be updating or fixing any bugs in those rules. To use a supported version of the rules, we recommend using the corresponding rules in the plugin instead.
**To address:** As per [our deprecation policy](rule-deprecation), the deprecated rules will remain in core for the foreseeable future and are still available for use. However, we will no longer be updating or fixing any bugs in those rules. To use a supported version of the rules, we recommend using the corresponding rules in the plugin instead.

| Deprecated Rules | Replacement |
| :--------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------ |
Expand Down

0 comments on commit 01e8c84

Please sign in to comment.