mirror of https://github.com/go-gorm/gorm.git
Merge pull request #514 from smirzaei/master
Fixed the "Query callbacks" URL.
This commit is contained in:
commit
3d20aafa40
|
@ -61,7 +61,7 @@ Gorm is powered by callbacks, so you could refer below links to learn how to wri
|
|||
|
||||
[Update callbacks](https://github.com/jinzhu/gorm/blob/master/callback_update.go)
|
||||
|
||||
[Query callbacks](https://github.com/jinzhu/gorm/blob/master/callback_create.go)
|
||||
[Query callbacks](https://github.com/jinzhu/gorm/blob/master/callback_query.go)
|
||||
|
||||
[Delete callbacks](https://github.com/jinzhu/gorm/blob/master/callback_delete.go)
|
||||
|
||||
|
|
Loading…
Reference in New Issue