Fixed the "Query callbacks" URL.

Changed it to point to `callback_query.go` instead of `callback_create.go`.
This commit is contained in:
Soroush Mirzaei 2015-06-01 14:20:23 +04:30
parent 4fd6e62a02
commit 65b42ad6f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)