Skip to content

Commit 29f5991

Browse files
adjusting link
1 parent 4a48ab6 commit 29f5991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/104_aggregation_pipeline_group_by.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"### 2. Find the top 5 users with the highest number of reviews - use (Sort + Sum)\n",
157157
"Hint: use `sum` + `sort` to count and order the results, and don’t forget to use `limit` to keep the output easier to inspect.\n",
158158
"\n",
159-
"[Solution here](https://mongodb-developer.github.io/sql-to-query-api-lab/docs/aggregation/group#-2-find-users-with-the-most-number-of-reviews-hint-use-the-name-field-in-the-reviews-collection)"
159+
"[Solution here](https://mongodb-developer.github.io/sql-to-query-api-lab/docs/aggregation/group#-2-find-the-top-5-users-with-the-most-number-of-reviews-hint-use-the-name-field-in-the-reviews-collection)"
160160
]
161161
},
162162
{

0 commit comments

Comments
 (0)