diff --git a/docs/getting_started/project-structure.md b/docs/getting_started/project-structure.md index 1727f08fc..c5e25764c 100644 --- a/docs/getting_started/project-structure.md +++ b/docs/getting_started/project-structure.md @@ -65,5 +65,6 @@ import reflex as rx config = rx.Config( app_name="{app_name}", ) +``` We will discuss project structure and configuration in more detail in the [advanced project structure]({advanced_onboarding.code_structure.path}) documentation. \ No newline at end of file