From 54350282024d4eebba3b5b8007fc7693107ef0f4 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 28 Jun 2023 12:52:34 -0500 Subject: [PATCH] Update link from old linter site to dart.dev (#2046) --- pkgs/checks/doc/migrating_from_matcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/checks/doc/migrating_from_matcher.md b/pkgs/checks/doc/migrating_from_matcher.md index ce16c350a..37df8b22e 100644 --- a/pkgs/checks/doc/migrating_from_matcher.md +++ b/pkgs/checks/doc/migrating_from_matcher.md @@ -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