File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Hotel Booking Example
4
4
The Hotel Booking example app demonstrates ([ browse the source] ( https://github.com/revel/examples/tree/master/booking ) ):
5
5
6
6
* Using an SQL (SQLite) database and configuring the Revel DB module.
7
- * Using the third party [ GORP] ( https://github.com/coopernurse /gorp ) * ORM-ish* library
7
+ * Using the third party [ GORP] ( https://github.com/go-gorp /gorp ) * ORM-ish* library
8
8
* [ Interceptors] ( ../manual/interceptors.html ) for checking that an user is logged in.
9
9
* Using [ validation] ( ../manual/validation ) and displaying inline errors
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a clone of the booking application that uses the pongo2 and ace engines
5
5
The Booking sample app demonstrates ([ browse the source] ( https://github.com/revel/samples/tree/master/booking ) ):
6
6
7
7
* Using an SQL (SQLite) database and configuring the Revel DB module.
8
- * Using the third party [ GORP] ( https://github.com/coopernurse /gorp ) * ORM-ish* library
8
+ * Using the third party [ GORP] ( https://github.com/go-gorp /gorp ) * ORM-ish* library
9
9
* [ Interceptors] ( ../manual/interceptors.html ) for checking that an user is logged in.
10
10
* Using [ validation] ( ../manual/validation ) and displaying inline errors
11
11
You can’t perform that action at this time.
0 commit comments