From 84860ebda3d084ac1beff99fac05d720b3e4b557 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Tue, 3 Aug 2021 09:41:23 +0800 Subject: [PATCH] new doc --- README-cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-cn.md b/README-cn.md index 516a663..63e6694 100644 --- a/README-cn.md +++ b/README-cn.md @@ -5,7 +5,7 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/yedf/dtm.svg)](https://pkg.go.dev/github.com/yedf/dtm) # [English Docs](https://github.com/yedf/dtm/blob/main/README.md) - +# [文档与教程](http://dtm.pub) # GO语言分布式事务管理服务 DTM是首款golang的开源分布式事务管理器,优雅的解决了幂等、空补偿、悬挂等分布式事务难题。提供了简单易用、高性能、易水平扩展的分布式事务解决方案。 diff --git a/README.md b/README.md index 17ebea9..5c606fe 100644 --- a/README.md +++ b/README.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) -# [中文文档](./README-cn.md) +# [中文文档](http://dtm.pub) # A lightweight distributed transaction manager