Переглянути джерело

[Docs] link target error (#412)

counter sample link target error.
Stiekel 8 роки тому
батько
коміт
9d803c015c
1 змінених файлів з 1 додано та 1 видалено
  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 拆分到不同的文件中去。