Skip to content

Commit fd3c4a2

Browse files
Changing the solution link
1 parent ef797c4 commit fd3c4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/102_aggregation_pipeline_unwind.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"\n",
139139
"Use `$match` to select the book with `_id` `\"1567189644\"`, then use `$unwind` to deconstruct the `authors` array. Finally, use `$project` to return only the book `title` and the author `name`.\n",
140140
"\n",
141-
"[Solution here](https://mongodb-developer.github.io/sql-to-query-api-lab/docs/aggregation/match-project#-1-find-books-with-more-than-2-available-copies)\n"
141+
"[Solution here](http://localhost:3000/sql-to-query-api-lab/docs/aggregation/group#-3-return-one-document-per-author-for-book-id-1567189644)\n"
142142
]
143143
},
144144
{

0 commit comments

Comments
 (0)