From d94eced60c7c2636cead08bea8fb5f035d984fff Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Thu, 22 Feb 2024 21:46:46 +0800 Subject: [PATCH] docs: todomvc link broken --- 7.网络应用开发/7.1.1.1基础部分.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.网络应用开发/7.1.1.1基础部分.md b/7.网络应用开发/7.1.1.1基础部分.md index 47f575f..47e9265 100644 --- a/7.网络应用开发/7.1.1.1基础部分.md +++ b/7.网络应用开发/7.1.1.1基础部分.md @@ -151,4 +151,4 @@ #### 小提示 -可以参考 [todomvc](https://todomvc.com/examples/vanillajs/)([source](https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanillajs)[源码](https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanillajs))中关于 js 实现 todolist 的方法,不过还是得亲手实践哦~ +可以参考 [todomvc](https://todomvc.com/examples/javascript-es6/dist/)([source](https://github.com/tastejs/todomvc/tree/gh-pages/examples/javascript-es6)[源码](https://github.com/tastejs/todomvc/tree/gh-pages/examples/javascript-es6))中关于 js 实现 todolist 的方法,不过还是得亲手实践哦~