mirror of https://github.com/go-gorm/gorm.git
Fixed the "Query callbacks" URL.
Changed it to point to `callback_query.go` instead of `callback_create.go`.
This commit is contained in:
parent
4fd6e62a02
commit
65b42ad6f3
|
@ -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