Browse Source

[doc]Demo links to use any-tdf instead of dufu1991

dufu1991 2 years ago
parent
commit
6f818335fd
6 changed files with 6 additions and 6 deletions
  1. 1 1
      README.md
  2. 1 1
      README_CN.md
  3. 1 1
      doc/guide/contribution.md
  4. 1 1
      doc/guide/contribution_en.md
  5. 1 1
      doc/guide/theme.md
  6. 1 1
      doc/guide/theme_en.md

+ 1 - 1
README.md

@@ -107,7 +107,7 @@ Please scan the QR code to access the mobile demo:
 
 # Quick Try
 
-You can quickly try STDF on StackBlitz's [STDF Demo](https://stackblitz.com/github/dufu1991/demo-stdf?startScript=dev_en).
+You can quickly try STDF on StackBlitz's [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf?startScript=dev_en).
 
 # Feedback and Communication
 

+ 1 - 1
README_CN.md

@@ -109,7 +109,7 @@ npx create-stdf@latest
 
 # 快速尝试
 
-可以到 StackBlitz 的 [STDF Demo](https://stackblitz.com/github/dufu1991/demo-stdf) 快速尝试 STDF。
+可以到 StackBlitz 的 [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf) 快速尝试 STDF。
 
 # 反馈与交流
 

+ 1 - 1
doc/guide/contribution.md

@@ -69,7 +69,7 @@ npm run dev
 
 可对 `packages/stdf/components` 目录下组件源码进行修改并实时查看修改效果。注意,VS Code 与 WebStorm 都支持在调用组件时直接跳转到组件源码。
 
-如果不想本地开发,可以选择使用 StackBlitz 在线简单调试。直接打开 [STDF Demo](https://stackblitz.com/github/dufu1991/demo-stdf) 即可开始在线调试。
+如果不想本地开发,可以选择使用 StackBlitz 在线简单调试。直接打开 [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf) 即可开始在线调试。
 
 ## 提交 PR
 

+ 1 - 1
doc/guide/contribution_en.md

@@ -67,7 +67,7 @@ After the startup is successful, you can open `http://localhost:8888` in the bro
 
 You can modify the component source code under the `packages/stdf/components` directory and view the modification effect in real-time. Note that both VS Code and WebStorm support directly jumping to the component source code when calling the component.
 
-If you don't want to develop locally, you can choose to use StackBlitz to debug online. Just open [STDF Demo](https://stackblitz.com/github/dufu1991/demo-stdf?startScript=dev_en) to start online debugging.
+If you don't want to develop locally, you can choose to use StackBlitz to debug online. Just open [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf?startScript=dev_en) to start online debugging.
 
 ## Submitting PR
 

+ 1 - 1
doc/guide/theme.md

@@ -236,7 +236,7 @@ switchTheme(stdfTheme);
 switchTheme(customTheme);
 ```
 
-详细使用方式可参考 [STDF Demo](https://github.com/dufu1991/demo-stdf)。
+详细使用方式可参考 [STDF Demo](https://github.com/any-tdf/demo-stdf)。
 
 ## 总结
 

+ 1 - 1
doc/guide/theme_en.md

@@ -236,7 +236,7 @@ switchTheme(stdfTheme);
 switchTheme(customTheme);
 ```
 
-For detailed usage, please refer to [STDF Demo](https://github.com/dufu1991/demo-stdf).
+For detailed usage, please refer to [STDF Demo](https://github.com/any-tdf/demo-stdf).
 
 ## Summary