fix Go Tour chinese version URL (#827)

Co-authored-by: kangyunjie <kangyjinfo@163.com>
This commit is contained in:
kangyunjie
2022-03-08 19:53:55 +08:00
committed by GitHub
parent e252b70967
commit df3aaf7d1b

View File

@@ -50,7 +50,7 @@ Go 编程语言的维基百科:[en.wikipedia.org/wiki/Go_(programming_language
Go 语言相关资源的搜索引擎页面:[gowalker.org](https://gowalker.org)
Go 语言还有一个运行在 Google App Engine 上的 [Go Tour](http://tour.golang.org/),你也可以通过执行命令 `go install go-tour.googlecode.com/hg/gotour` 安装到你的本地机器上。对于中文读者,可以访问该指南的 [中文版本](http://go-tour-zh.appspot.com/),或通过命令 `go install https://bitbucket.org/mikespook/go-tour-zh/gotour` 进行安装。
Go 语言还有一个运行在 Google App Engine 上的 [Go Tour](http://tour.golang.org/),你也可以通过执行命令 `go install go-tour.googlecode.com/hg/gotour` 安装到你的本地机器上。对于中文读者,可以访问该指南的 [中文版本](https://tour.go-zh.org/welcome/1),或通过命令 `go install https://bitbucket.org/mikespook/go-tour-zh/gotour` 进行安装。
## 链接