Skip to content

Commit

Permalink
docs(website): fix useYield source reference (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley authored Oct 22, 2023
1 parent 5179abd commit e6c12c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare_rule! {
///
/// This rule generates warnings for generator functions that do not have the `yield` keyword.
///
/// Source: [require-await](https://eslint.org/docs/latest/rules/require-yield).
/// Source: [require-yield](https://eslint.org/docs/latest/rules/require-yield).
///
/// ## Examples
///
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/linter/rules/use-yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Require generator functions to contain `yield`.

This rule generates warnings for generator functions that do not have the `yield` keyword.

Source: [require-await](https://eslint.org/docs/latest/rules/require-yield).
Source: [require-yield](https://eslint.org/docs/latest/rules/require-yield).

## Examples

Expand Down

0 comments on commit e6c12c0

Please sign in to comment.