Skip to content

Commit

Permalink
Merge pull request #58 from kazzacarrot/patch-1
Browse files Browse the repository at this point in the history
remove markdown link formatting for the terminal
  • Loading branch information
Joe Doyle authored May 19, 2017
2 parents e662288 + 982e88f commit da59c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/aggregate/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ To use the `aggregate()` function, one first needs the collection.
The `aggregate()` function takes an array of objects as the first argument.

This array will contain the different pipelines for the aggregation.
To read more about pipelines, please visit [Aggregation](http://docs.mongodb.org/manual/core/aggregation-introduction/).
To read more about `aggregate()`, please visit [`aggregate()`](http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#aggregate).
To read more about pipelines, please visit http://docs.mongodb.org/manual/core/aggregation-introduction/.
To read more about `aggregate()`, please visit http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#aggregate.


The two main pipeline stages we will use will be `$match` and `$group`.
Expand Down

0 comments on commit da59c8b

Please sign in to comment.