Skip to content

Commit 996415c

Browse files
committed
fix refs
1 parent 9fe41ee commit 996415c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Whether you're starting from scratch, using a template, or leveraging AI tools,
2828
there are several pathways to achieve the desired functionality and aesthetic of your desired Page.
2929

3030
:::tip[Generated Code]
31-
When you create a page in FlutterFlow, a `Widget` class and a corresponding `Model` class are automatically generated. You can view these in the Code Viewer. To explore the details of the generated `Model` class, take a closer [**look at the code**](../../../generated-code/pages-generated-code).
31+
When you create a page in FlutterFlow, a `Widget` class and a corresponding `Model` class are automatically generated. You can view these in the Code Viewer. To explore the details of the generated `Model` class, take a closer [**look at the code**](../../../generated-code/pages-generated-code.md).
3232
:::
3333

3434
FlutterFlow allows you to easily create new pages using the **Add Page, Component, or Flow** button,
35-
which is available from the **Page Selector** tab in the **Navgation Menu**. This will help you
35+
which is available from the **Page Selector** tab in the **Navigation Menu**. This will help you
3636
quickly start and add new pages to your app.
3737

3838
<img src="/img/page-selector.png" width="50%" />

0 commit comments

Comments
 (0)