Skip to content

Commit 444c56b

Browse files
authored
Update intro-widgets.md
Fix broken link (It should be the last one)
1 parent b6ff64c commit 444c56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/ui/widgets/intro-widgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Understanding the parent-child relationship between widgets is crucial, as it fo
1717

1818
- **Built-in Widgets**: You can choose from a variety of built-in widgets in FlutterFlow. These are discussed throughout this section.
1919

20-
- **[Components](creating-components.md)**: You can also build your own reusable widgets, or
20+
- **[Components](../components/creating-components.md)**: You can also build your own reusable widgets, or
2121
Components by assembling multiple widgets using FlutterFlow’s drag-and-drop interface.
2222

2323
- **[Custom Widgets](../../../ff-concepts/adding-customization/custom-widgets.md)**: For scenarios where more complex functionalities are required, FlutterFlow
@@ -129,4 +129,4 @@ Examples include:
129129
Find the entire list on this [**index page**](/tags/form-elements).
130130

131131
Each category in FlutterFlow serves distinct purposes, helping you design both
132-
the appearance and functionality of your app more efficiently.
132+
the appearance and functionality of your app more efficiently.

0 commit comments

Comments
 (0)