diff --git a/docs/guide/tutorial/hello-world.md b/docs/guide/tutorial/hello-world.md index 38c9cf1d..9a9ecd86 100644 --- a/docs/guide/tutorial/hello-world.md +++ b/docs/guide/tutorial/hello-world.md @@ -291,4 +291,4 @@ const render = async ({ renderer }: StageCore) => { 并不是render函数不好,但是从设计上将,render函数还是让渲染逻辑落到了编辑器中,@tmagic/editor的设计是希望做到渲染跟编辑器解耦 ::: -[源码](https://github.com/jia000/tmagic-tutorial) +[源码](https://github.com/vft-magic/tmagic-tutorial) diff --git a/docs/guide/tutorial/render.md b/docs/guide/tutorial/render.md index 39ee0fc1..6ba9ddf6 100644 --- a/docs/guide/tutorial/render.md +++ b/docs/guide/tutorial/render.md @@ -279,4 +279,4 @@ app.mount('#app'); ``` -[源码](https://github.com/jia000/tmagic-tutorial/tree/master/course3) +[源码](https://github.com/vft-magic/tmagic-tutorial/tree/master/course3) diff --git a/docs/guide/tutorial/runtime.md b/docs/guide/tutorial/runtime.md index ec411055..2423f171 100644 --- a/docs/guide/tutorial/runtime.md +++ b/docs/guide/tutorial/runtime.md @@ -232,4 +232,4 @@ watch(page, async () => { 当前教程中实现了一个简单的page,tmagic提供了一个比较完善的实现,将在下一节介绍 -[源码](https://github.com/jia000/tmagic-tutorial/tree/master/course2) +[源码](https://github.com/vft-magic/tmagic-tutorial/tree/master/course2)