Преглед изворни кода

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

Thomas Brandého пре 1 година
родитељ
комит
d4964886fd
1 измењених фајлова са 1 додато и 1 уклоњено
  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"