We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2a87 commit 88488b1Copy full SHA for 88488b1
reflex/state.py
@@ -2624,7 +2624,7 @@ class ComponentState(State, mixin=True):
2624
Subclass this class and define vars and event handlers in the traditional way.
2625
Then define a `get_component` method that returns the UI for the component instance.
2626
2627
- See the full [docs](https://reflex.dev/docs/substates/component-state/) for more.
+ See the full [docs](https://reflex.dev/docs/state-structure/component-state/) for more.
2628
2629
Basic example:
2630
```python
0 commit comments