fix the link toward docs in default apps (#1292)

This commit is contained in:
Thomas Brandého 2023-07-06 14:53:56 +02:00 committed by GitHub
parent 20e2a25c9a
commit d4964886fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from rxconfig import config
import reflex as rx
docs_url = "https://pynecone.io/docs/getting-started/introduction"
docs_url = "https://reflex.dev/docs/getting-started/introduction"
filename = f"{config.app_name}/{config.app_name}.py"