diff --git a/README.md b/README.md index c76c2154f74..10b526e1385 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ kratos proto client api/helloworld/helloworld.proto # generate server template kratos proto server api/helloworld/helloworld.proto -t internal/service -# Generate all proto source code, wire, etc. +# generate all proto source code, wire, etc. go generate ./... # compile go build -o ./bin/ ./... @@ -93,7 +93,7 @@ app.Run() ## Related * [Docs](https://go-kratos.dev/) -* [Examples](https://github.com/go-kratos/examples) +* [Examples](./examples) * [Service Layout](https://github.com/go-kratos/kratos-layout) ## Community diff --git a/README_zh.md b/README_zh.md index a19af489d5d..14523e01327 100644 --- a/README_zh.md +++ b/README_zh.md @@ -93,7 +93,7 @@ app.Run() ## Related * [Docs](https://go-kratos.dev/) -* [Examples](https://github.com/go-kratos/examples) +* [Examples](./examples) * [Service Layout](https://github.com/go-kratos/kratos-layout) ## Community