From 923b879e91881732ce55240d2415bb12249fc351 Mon Sep 17 00:00:00 2001 From: Nikhil Patel Date: Sun, 13 Sep 2020 21:09:05 +0530 Subject: [PATCH] Fix link to original GORM repository (#3246) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa523fc..315dff2c 100644 --- a/README.md +++ b/README.md @@ -1416,7 +1416,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-sql](https://github.com/rushteam/gosql) - A easy ORM for mysql. * [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM. * [go-store](https://github.com/gosuri/go-store) - Simple and fast Redis backed key-value store library for Go. -* [GORM](https://github.com/jinzhu/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. +* [GORM](https://github.com/go-gorm/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. * [gormt](https://github.com/xxjwxc/gormt) - Mysql database to golang gorm struct. * [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go. * [grimoire](https://github.com/Fs02/grimoire) - Grimoire is a database access layer and validation for golang. (Support: MySQL, PostgreSQL and SQLite3).