Skip to content

Commit 94a9add

Browse files
pinkeshmarsPoojaB26
authored andcommitted
Fix build error
1 parent a5ccd1e commit 94a9add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Build a small chat app (store the data locally for now) where users can chat wit
111111
When you create a project from scratch, you'll begin with Flutter's classic counter app template. From there, you have multiple ways to build out your application:
112112

113113
- Use the **[AI Agent](../workspace/agent-panel.md)** to add features through natural language conversations.
114-
- Add new UI elements to your page through the **[Widget Tree](../workspace/widget-tree.md)**
114+
- Add new UI elements to your page through the **[Widget Tree](../workspace/modules-panel/widget-panel.md)**.
115115
- Visually construct your UI with the **[Properties Editor](../workspace/properties-panel.md)** and drag-and-drop tools.
116116
- Write and edit code directly in the integrated **[Code Editor](../workspace/content-panel.md#code-editor)**.
117117
- Combine these approaches seamlessly as your project grows.

0 commit comments

Comments
 (0)