清理github被禁止的链接

This commit is contained in:
chai2010
2016-02-15 11:19:31 +08:00
parent d862814bc0
commit 2ae607add1
4 changed files with 4 additions and 22 deletions

View File

@@ -37,10 +37,10 @@ func makeVersionMarkdown(version string) string {
### 版本信息
- 仓库版本:[%s](https://github.com/golang-china/gopl-zh/commit/%s)
- 仓库版本:%s
- 构建时间:%s
`,
version, version,
version,
buildTime,
)
}