소스 검색

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"