Skip to content

Commit c555714

Browse files
authored
Merge pull request #58 from teitei-tk/update_gorp_link
update gorp link in README.md
2 parents 24ed869 + 8353712 commit c555714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

booking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hotel Booking Example
44
The Hotel Booking example app demonstrates ([browse the source](https://github.com/revel/examples/tree/master/booking)):
55

66
* 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
88
* [Interceptors](../manual/interceptors.html) for checking that an user is logged in.
99
* Using [validation](../manual/validation) and displaying inline errors
1010

booking2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a clone of the booking application that uses the pongo2 and ace engines
55
The Booking sample app demonstrates ([browse the source](https://github.com/revel/samples/tree/master/booking)):
66

77
* 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
99
* [Interceptors](../manual/interceptors.html) for checking that an user is logged in.
1010
* Using [validation](../manual/validation) and displaying inline errors
1111

0 commit comments

Comments
 (0)