From 745e9fa59e2860ec638d4b7c2b6a710af10a0dbb Mon Sep 17 00:00:00 2001 From: luoji Date: Thu, 28 Nov 2024 20:02:20 +0800 Subject: [PATCH] doc: modify README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc76f965..e9cf1c0a 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ res, err := engine.Transaction(func(session *xorm.Session) (any, error) { ## Contributing -If you want to pull request, please see [CONTRIBUTING](https://gitea.com/xorm/xorm/src/branch/master/CONTRIBUTING.md). And you can also go to [Xorm on discourse](https://xorm.discourse.group) to discuss. +If you want to pull request, please see [CONTRIBUTING](https://gitea.com/xorm/xorm/src/branch/main/CONTRIBUTING.md). And you can also go to [Xorm on discourse](https://xorm.discourse.group) to discuss. ## Credits