Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd42534

Browse files
committed
Update link in aggregation
1 parent ee0244a commit dd42534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎aggregation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function printCheapestSuburbs(client, country, market, maxNumberToPrint) {
6666
}
6767
];
6868

69-
// See http://bit.ly/Node_aggregate for the aggregate() docs
69+
// See https://mongodb.github.io/node-mongodb-native/3.6/api/Collection.html#aggregate for the aggregate() docs
7070
const aggCursor = client.db("sample_airbnb").collection("listingsAndReviews").aggregate(pipeline);
7171

7272
await aggCursor.forEach(airbnbListing => {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /