From 0177af464f50c0b4886d381a1370d60edb2845bf Mon Sep 17 00:00:00 2001 From: yedongfu Date: Mon, 19 Jul 2021 15:56:45 +0800 Subject: [PATCH] update readme --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index ef6f8a8..7442110 100644 --- a/README-en.md +++ b/README-en.md @@ -4,7 +4,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/yedf/dtm)](https://goreportcard.com/report/github.com/yedf/dtm) [![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm) -[中文版](https://github.com/yedf/dtm/blob/master/README-en.md) +[中文版](https://github.com/yedf/dtm/blob/main/README.md) # a golang distributed transaction manager DTM is the first golang open source distributed transaction project. It elegantly resolve the problem of execution out of order. In the microservice architecture, a high-performance and easy-to-use distributed transaction solution is provided.