Skip to content

Commit

Permalink
Fixed links to QueryTest.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Dec 13, 2012
1 parent 0035f0c commit cebd3d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -171,4 +171,4 @@ The current maintainers are:
- Jorge Ortiz jorge@foursquare.com
- Neil Sanchala nsanch@foursquare.com

Contributions welcome!
Contributions welcome!

0 comments on commit cebd3d4

Please sign in to comment.