File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
content/develop/api-reference Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2217,7 +2217,7 @@ st.query_params.clear()
22172217```
22182218
22192219</RefCard >
2220- <RefCard href =" /develop/api-reference/user /st.context " >
2220+ <RefCard href =" /develop/api-reference/caching-and-state /st.context " >
22212221
22222222<h4 >Context</h4 >
22232223
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def init_model():
5454Streamlit re-executes your script with each user interaction. Widgets have built-in statefulness between reruns, but Session State lets you do more!
5555
5656<TileContainer >
57- <RefCard href =" /develop/api-reference/utilities /st.context " >
57+ <RefCard href =" /develop/api-reference/caching-and-state /st.context " >
5858
5959<h4 >Context</h4 >
6060
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ st.logout()
3030```
3131
3232</RefCard >
33- <RefCard href =" /develop/api-reference/utilities /st.user " >
33+ <RefCard href =" /develop/api-reference/user /st.user " >
3434
3535<h4 >User info</h4 >
3636
You can’t perform that action at this time.
0 commit comments