Explorar o código

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

Thomas Brandého hai 1 ano
pai
achega
d4964886fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reflex/.templates/apps/default/default.py

+ 1 - 1
reflex/.templates/apps/default/default.py

@@ -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"