Skip to content

Commit 332c22f

Browse files
authored
Update links to material library docs (#104392)
* Update links to `material` library docs * outsmart bot heuristics
1 parent 2f85571 commit 332c22f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/flutter/lib/material.dart

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
///
1111
/// See also:
1212
///
13-
/// * [flutter.dev/widgets](https://flutter.dev/widgets/)
14-
/// for a catalog of commonly-used Flutter widgets.
13+
/// * [flutter.dev/widgets/material](https://flutter.dev/widgets/material)
14+
/// for a catalog of commonly-used Material component widgets.
1515
/// * [material.io/design](https://material.io/design/)
1616
/// for an introduction to Material Design.
17+
/// * [material.io/components](https://material.io/components?platform=flutter)
18+
/// for the Material 2 specification.
19+
/// * [m3.material.io](https://m3.material.io)
20+
/// for the Material 3 specification.
1721
library material;
1822

1923
export 'src/material/about.dart';

0 commit comments

Comments
 (0)