Skip to content

Commit 893d2d3

Browse files
authored
Update using-components.md
Fix broken link.
1 parent b6ff64c commit 893d2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/ui/components/using-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 2
88
Components in FlutterFlow can be added to the widget tree of a page or another component. They help streamline
99
development by allowing you to reuse design and functionality throughout your app. Components can
1010
accept parameters, making them adaptable to specific contexts. Additionally, you can use [callbacks](/resources/ui/components/callbacks)
11-
to pass actions from parent entities to child components, enabling dynamic and interactive behavior. You can also use [widget builders](/resources/ui/components/widget-builder-parameters) to subsitute dynamic content into the component's widget tree.
11+
to pass actions from parent entities to child components, enabling dynamic and interactive behavior. You can also use [widget builders](widget-builder-parameters.md) to subsitute dynamic content into the component's widget tree.
1212

1313
To learn more about creating components, see [this page](/resources/ui/components/creating-components).
1414

0 commit comments

Comments
 (0)