Skip to content

Commit

Permalink
Update link from old linter site to dart.dev (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jun 28, 2023
1 parent 8c4b15d commit 5435028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/checks/doc/migrating_from_matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ it was up to the author to correctly use `await expecLater` for asynchronous
cases, and `expect` for synchronous cases, and if `expect` was used with an
asynchronous matcher the expectation could fail at any point.

[unawaited lint]:https://dart-lang.github.io/linter/lints/unawaited_futures.html
[unawaited lint]: https://dart.dev/lints/unawaited_futures

0 comments on commit 5435028

Please sign in to comment.