From 611d4b07d6b0779fee22e83c0969729b37b1e196 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Sun, 25 Aug 2019 16:35:40 -0700 Subject: [PATCH] Fix link (#14013) --- aspnetcore/data/ef-rp/read-related-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/data/ef-rp/read-related-data.md b/aspnetcore/data/ef-rp/read-related-data.md index 9b2954f74f..7db1828db9 100644 --- a/aspnetcore/data/ef-rp/read-related-data.md +++ b/aspnetcore/data/ef-rp/read-related-data.md @@ -379,7 +379,7 @@ To display the name of the assigned department in a list of courses: # [Visual Studio](#tab/visual-studio) -Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-student-pages) and use `Course` for the model class. +Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-the-student-model) and use `Course` for the model class. # [Visual Studio Code](#tab/visual-studio-code) @@ -466,7 +466,7 @@ In the *SchoolViewModels* folder, create *InstructorIndexData.cs* with the follo # [Visual Studio](#tab/visual-studio) -Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-student-pages) and use `Instructor` for the model class. +Follow the instructions in [Scaffold the student model](xref:data/ef-rp/intro#scaffold-the-student-model) and use `Instructor` for the model class. # [Visual Studio Code](#tab/visual-studio-code) @@ -644,4 +644,4 @@ The next tutorial shows how to update related data. >[Previous](xref:data/ef-rp/complex-data-model) >[Next](xref:data/ef-rp/update-related-data) -::: moniker-end \ No newline at end of file +::: moniker-end