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