Răsfoiți Sursa

[Docs] link target error (#412)

counter sample link target error.
Stiekel 8 ani în urmă
părinte
comite
9d803c015c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/zh-cn/structure.md

+ 1 - 1
docs/zh-cn/structure.md

@@ -27,7 +27,7 @@ Vuex actions 和 mutations 优雅的地方在于 **它们都只是一些函数**
     └── mutations.js # exports all mutations
 ```
 
-参见[计数器 示例](https://github.com/vuejs/vuex/tree/master/examples/todomvc) 或 [TodoMVC 示例](https://github.com/vuejs/vuex/tree/master/examples/todomvc).
+参见[计数器 示例](https://github.com/vuejs/vuex/tree/master/examples/counter-hot) 或 [TodoMVC 示例](https://github.com/vuejs/vuex/tree/master/examples/todomvc).
 
 另外,你也可以将 mutations 拆分到不同的文件中去。