From a485e606d27f0f4bd565bb78682e10b1e882af04 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 20 Sep 2018 15:23:33 -1000 Subject: [PATCH] Update read-related-data.md --- aspnetcore/data/ef-rp/read-related-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-rp/read-related-data.md b/aspnetcore/data/ef-rp/read-related-data.md index 2c876ea21a..84243df5ab 100644 --- a/aspnetcore/data/ef-rp/read-related-data.md +++ b/aspnetcore/data/ef-rp/read-related-data.md @@ -15,7 +15,7 @@ By [Tom Dykstra](https://github.com/tdykstra), [Jon P Smith](https://twitter.com In this tutorial, related data is read and displayed. Related data is data that EF Core loads into navigation properties. -If you run into problems you can't solve, download the [completed app for this stage](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples/StageSnapShots/cu-part6-related). +If you run into problems you can't solve, [download or view the completed app.](https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples) [Download instructions](xref:tutorials/index#how-to-download-a-sample). The following illustrations show the completed pages for this tutorial: