فهرست منبع

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"