diff --git a/aspnetcore/tutorials/first-mongo-app.md b/aspnetcore/tutorials/first-mongo-app.md index ce8fc1d2ae..2f04bd48b6 100644 --- a/aspnetcore/tutorials/first-mongo-app.md +++ b/aspnetcore/tutorials/first-mongo-app.md @@ -263,5 +263,6 @@ The `BookService` class uses the following `MongoDB.Driver` members to perform C For more information on building ASP.NET Core web APIs, see the following resources: +* [Youtube version of this article](https://www.youtube.com/watch?v=7uJt_sOenyo&feature=youtu.be) * *