From 63b23af41844807e9bc6e1c44afc26454784c16c Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Wed, 18 Jan 2023 11:47:35 +0800 Subject: [PATCH] chore: update go-zero link in readme (#2628) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 815be2fc5..6f768c4dc 100644 --- a/README.md +++ b/README.md @@ -110,5 +110,5 @@ The following project had particular influence on kratos's design. - [go-kit/kit](https://github.com/go-kit/kit) is a programming toolkit for building microservices in go. - [asim/go-micro](https://github.com/asim/go-micro) a distributed systems development framework. - [google/go-cloud](https://github.com/google/go-cloud) is go cloud development kit. -- [tal-tech/go-zero](https://github.com/tal-tech/go-zero) is a web and rpc framework with lots of builtin engineering practices. +- [zeromicro/go-zero](https://github.com/zeromicro/go-zero) is a web and rpc framework with lots of builtin engineering practices. - [beego/beego](https://github.com/beego/beego) is a web framework including RESTful APIs, web apps and backend services.