Skip to content

Commit 88488b1

Browse files
authored
Update link to ComponentState docs (#6042)
1 parent 0ef2a87 commit 88488b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ class ComponentState(State, mixin=True):
26242624
Subclass this class and define vars and event handlers in the traditional way.
26252625
Then define a `get_component` method that returns the UI for the component instance.
26262626
2627-
See the full [docs](https://reflex.dev/docs/substates/component-state/) for more.
2627+
See the full [docs](https://reflex.dev/docs/state-structure/component-state/) for more.
26282628
26292629
Basic example:
26302630
```python

0 commit comments

Comments
 (0)