From 04c5b68dff7d19e0dacb78e19c06b0411bef5baa Mon Sep 17 00:00:00 2001 From: lijunshi Date: Sun, 28 Apr 2024 18:24:08 +0800 Subject: [PATCH] fix:CONTRIBUTING.md url is 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6418df..450d649e 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ res, err := engine.Transaction(func(session *xorm.Session) (interface{}, 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](CONTRIBUTING.md). And you can also go to [Xorm on discourse](https://xorm.discourse.group) to discuss. ## Credits