浏览代码

[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
     └── 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 拆分到不同的文件中去。
 另外,你也可以将 mutations 拆分到不同的文件中去。