From ce4ae622e098a15e73eb52d2c002672d7661c200 Mon Sep 17 00:00:00 2001 From: bootun Date: Wed, 9 Feb 2022 17:37:47 +0800 Subject: [PATCH] doc:fixed the entry of the article --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52ddec9..3d94e57 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ go get -u github.com/GrantZheng/kit kit help ``` -Also read this [medium story](https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1) +Also read this [medium story](docs/qiuck-start/creating_a_todo_app_using_gokit-cli.md) # Create a new service The kit tool use [Go Module](https://go.dev/doc/modules/managing-dependencies) to manage dependencies by default, please make sure your go version >= 1.3, or GO111MODULE is set on. If you want to specify the module name, you should use the --module flag, otherwise, the module name in the go.mod file will be set as your project name. diff --git a/README_zh.md b/README_zh.md index 291ccc4..bc650af 100644 --- a/README_zh.md +++ b/README_zh.md @@ -52,7 +52,7 @@ go get -u github.com/GrantZheng/kit kit help ``` -或查看[这篇文章](https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1) +或查看[这篇文章](docs/qiuck-start/creating_a_todo_app_using_gokit-cli.md) # Create a new service `gokit cli`默认使用[Go Module](https://go.dev/doc/modules/managing-dependencies)来管理依赖,请确保你的Go版本 >= 1.3, 或启用GO111MODULE. 如果你想指定module名, 你可以使用 `--module` 选项, 否则 `go.mod`里的模组名将被设置为项目名. ```bash