mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
fix doc link
This commit is contained in:
parent
6bdeb4c40a
commit
92a1df5b47
@ -1,4 +1,4 @@
|
||||
## testing/lich 运行环境构建
|
||||
基于 docker-compose 实现跨平台跨语言环境的容器依赖管理方案,以解决运行ut场景下的 (mysql, redis, mc)容器依赖问题。
|
||||
|
||||
使用说明参见:https://github.com/go-kratos/kratos/tree/master/tool/testcli/README.md
|
||||
使用说明参见:https://go-kratos.github.io/kratos/#/ut
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user