From 5d90695511061b579fccfc7061838e4bd1ebf88f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 28 Mar 2020 02:24:39 +0000 Subject: [PATCH] update discuss forum new address (#1638) update discuss forum new address Reviewed-on: https://gitea.com/xorm/xorm/pulls/1638 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7334e6d4..a15be488 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,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 we also provide [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm) to discuss. +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. ## Credits