From 92a1df5b47376fcd67ab6e981d86f821df205e85 Mon Sep 17 00:00:00 2001 From: Windfarer Date: Wed, 16 Sep 2020 14:28:13 +0800 Subject: [PATCH] fix doc link --- pkg/testing/lich/README.md | 2 +- tool/kratos/tool.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/testing/lich/README.md b/pkg/testing/lich/README.md index 11260fa8d..541c6c681 100644 --- a/pkg/testing/lich/README.md +++ b/pkg/testing/lich/README.md @@ -1,4 +1,4 @@ ## testing/lich 运行环境构建 基于 docker-compose 实现跨平台跨语言环境的容器依赖管理方案,以解决运行ut场景下的 (mysql, redis, mc)容器依赖问题。 -使用说明参见:https://github.com/go-kratos/kratos/tree/master/tool/testcli/README.md \ No newline at end of file +使用说明参见:https://go-kratos.github.io/kratos/#/ut \ No newline at end of file diff --git a/tool/kratos/tool.go b/tool/kratos/tool.go index 8138f0168..0c38224c2 100644 --- a/tool/kratos/tool.go +++ b/tool/kratos/tool.go @@ -17,7 +17,7 @@ import ( ) const ( - toolDoc = "https://github.com/go-kratos/kratos/blob/master/doc/wiki-cn/kratos-tool.md" + toolDoc = "https://go-kratos.github.io/kratos/#/kratos-tool" ) // Tool is kratos tool.