Skip to content

Commit

Permalink
Merge pull request #70 from d6y/patch-1
Browse files Browse the repository at this point in the history
Fixed links to QueryTest.scala
  • Loading branch information
jliszka committed Dec 13, 2012
2 parents 0035f0c + cebd3d4 commit 1fb8635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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 1fb8635

Please sign in to comment.