From cebd3d481f401d1e98d1d055c2202ad8d1ac723b Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Thu, 13 Dec 2012 11:19:19 +0000 Subject: [PATCH] Fixed links to QueryTest.scala --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bf2fad..4fd4a5c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ feature requests, and general discussion on Rogue. ## More Examples -[QueryTest.scala](https://github.com/foursquare/rogue/blob/master/src/test/scala/com/foursquare/rogue/QueryTest.scala) contains sample Records and examples of every kind of query supported by Rogue. +[QueryTest.scala](https://github.com/foursquare/rogue/blob/master/rogue-lift/src/test/scala/com/foursquare/rogue/QueryTest.scala) contains sample Records and examples of every kind of query supported by Rogue. It also indicates what each query translates to in MongoDB's JSON query language. It's a good place to look when getting started using Rogue. @@ -141,7 +141,7 @@ Lots of new features since 1.0.18!: - support for BsonRecordField and BsonRecordListField (thanks Marc!) - type-safe foreign key condtions, e.g., Tip.where(_.venueid eqs venueObj) (thanks dtaylor!) -Please see [QueryTest.scala](https://github.com/foursquare/rogue/blob/master/src/test/scala/com/foursquare/rogue/QueryTest.scala) for examples of these new features. +Please see [QueryTest.scala](https://github.com/foursquare/rogue/blob/master/rogue-lift/src/test/scala/com/foursquare/rogue/QueryTest.scala) for examples of these new features. Other recent notable changes: @@ -171,4 +171,4 @@ The current maintainers are: - Jorge Ortiz jorge@foursquare.com - Neil Sanchala nsanch@foursquare.com -Contributions welcome! \ No newline at end of file +Contributions welcome!