Skip to content

Commit 8a1b6c4

Browse files
committed
Fix app state link
1 parent 7396b20 commit 8a1b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/data-representation/app-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ How this app state update will affect your app.
8383
- **No Rebuild:** No rebuild is required.
8484

8585
:::tip[Generated Code]
86-
Curious about how state changes are handled internally when you choose different **Update Type** options? Explore the detailed [**FFAppState**](../../generated-code/ff-app-state) guide.
86+
Curious about how state changes are handled internally when you choose different **Update Type** options? Explore the detailed [**FFAppState**](../../generated-code/ff-app-state.md) guide.
8787
:::
8888

8989
Here's a quick guide to updating the app state variable. We need to add an action to the 'Add to Bag' button. Within this action, we'll provide the product details and configure it to add to the current cart list.

0 commit comments

Comments
 (0)