Skip to content

Commit 31a62de

Browse files
Merge pull request #6 from mongodb-developer/fix/quick-fix
Fix url
2 parents d601661 + ceb88be commit 31a62de

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](http://localhost:3000/sql-to-query-api-lab/docs/aggregation/group#-3-return-one-document-per-author-for-book-id-1567189644)\n"
141+
"[Solution here](https://mongodb-developer.github.io/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)