Fix links to the code examples

Change-Id: I644c6a516abab2577353644c128102457deeb41a
This commit is contained in:
Guobiao Mei
2014-12-18 16:49:46 -05:00
parent 6278195f5f
commit 07d26e14d1
16 changed files with 33 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ arr1 的长度是 5索引范围从 0 到 len(arr1)-1
- 通过 for 打印数组元素
- 通过 for 依次处理元素
示例 7.1 [for_arrays.go](exmaples/chapter_7/for_arrays.go)
示例 7.1 [for_arrays.go](examples/chapter_7/for_arrays.go)
package main
import "fmt"
@@ -258,4 +258,4 @@ Example 7.6 [array_sum.go](examples/chapter_7/array_sum.go)
- [目录](directory.md)
- 上一节[数组与切片](07.0.md)
- 下一节[切片](07.2.md)
- 下一节[切片](07.2.md)