Skip to content

Commit a5ccd1e

Browse files
leighajarettPoojaB26
authored andcommitted
Fix link for Widget Tree in quickstart.md
1 parent b79f5cf commit a5ccd1e

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]**
114+
- Add new UI elements to your page through the **[Widget Tree](../workspace/widget-tree.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)