From abd199bcb7d952361b4892fa93fa57384a1ee513 Mon Sep 17 00:00:00 2001 From: Felix <7132415+TerraTalpi@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:40:49 +0200 Subject: [PATCH] correct beego orm link (#3699) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce650093..bcd66c61 100644 --- a/README.md +++ b/README.md @@ -1511,7 +1511,7 @@ _**Unofficial** set of patterns for structuring projects._ *Libraries that implement Object-Relational Mapping or datamapping techniques.* -* [beego orm](https://github.com/astaxie/beego/tree/master/orm) - Powerful orm framework for go. Support: pq/mysql/sqlite3. +* [beego orm](https://github.com/beego/beego) - Powerful orm framework for go. Support: pq/mysql/sqlite3. * [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data. * [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore. * [go-pg](https://github.com/go-pg/pg) - PostgreSQL ORM with focus on PostgreSQL specific features and performance.