From 39175f581228043f390ff7f4d4c8281b8ceddbfa Mon Sep 17 00:00:00 2001 From: Chris Davis <44245221+thedatadavis@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:50:26 -0500 Subject: [PATCH] Update sidebar template README.md (#2735) --- reflex/.templates/apps/sidebar/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reflex/.templates/apps/sidebar/README.md b/reflex/.templates/apps/sidebar/README.md index 94f979c51..d01f481aa 100644 --- a/reflex/.templates/apps/sidebar/README.md +++ b/reflex/.templates/apps/sidebar/README.md @@ -62,7 +62,6 @@ In this template, we have a sidebar component in `{your_app}/components/sidebar. ### Adding State -As your app grows, we recommend using [substates](https://reflex.dev/docs/state/substates/) -to organize your state. +As your app grows, we recommend using [substates](https://reflex.dev/docs/substates/overview/) to organize your state. You can either define substates in their own files, or if the state is specific to a page, you can define it in the page file itself.