From 61055fab84004ab06d8f237a7f1015c707a980b9 Mon Sep 17 00:00:00 2001 From: Amos Date: Thu, 18 Jun 2026 11:09:05 +0800 Subject: [PATCH] docs: fix the link to the Dot Shorthands guide --- sites/docs/src/content/ui/dot-shorthands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/ui/dot-shorthands.md b/sites/docs/src/content/ui/dot-shorthands.md index 80405c4ce81..df0d7130015 100644 --- a/sites/docs/src/content/ui/dot-shorthands.md +++ b/sites/docs/src/content/ui/dot-shorthands.md @@ -9,7 +9,7 @@ can infer the type from the surrounding context. :::note For a technical overview of this feature, refer to the -[Dot Shorthands guide](https://dart.dev/language/dot-shorthand) in the Dart +[Dot Shorthands guide](https://dart.dev/language/dot-shorthands) in the Dart documentation. :::