summaryrefslogtreecommitdiffhomepage
path: root/zh-cn
diff options
context:
space:
mode:
authorGeoff Liu <cangming.liu@gmail.com>2015-08-07 10:39:11 -0600
committerGeoff Liu <cangming.liu@gmail.com>2015-08-07 10:39:11 -0600
commit7716f917b2d306ef88a75bb62ed4401c8abf5eb9 (patch)
tree8bf520781fe642ba9995b8cb1976e9009be81b66 /zh-cn
parenteefd3b1222803e7b47cdd2f1498198c63f2e0003 (diff)
parent63a314bd07660f33664708cc3b9e6f02ca895931 (diff)
Merge pull request #1186 from ftwbzhao/feature/20150807
Update go-cn.html.markdown
Diffstat (limited to 'zh-cn')
-rw-r--r--zh-cn/go-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown
index 9f6a8c15..3a461efe 100644
--- a/zh-cn/go-cn.html.markdown
+++ b/zh-cn/go-cn.html.markdown
@@ -283,4 +283,4 @@ Go的根源在[Go官方网站](http://golang.org/)。
强烈推荐阅读语言定义部分,很简单而且很简洁!(as language definitions go these days.)
-学习Go还要阅读Go标准库的源代码,全部文档化了,可读性非常好,可以学到go,go style和go idioms。在文档中点击函数名,源代码就出来了!
+学习Go还要阅读Go[标准库的源代码](http://golang.org/src/),全部文档化了,可读性非常好,可以学到go,go style和go idioms。在[文档](http://golang.org/pkg/)中点击函数名,源代码就出来了!