Fix link (#14013)
parent
39ac2c17a2
commit
611d4b07d6
|
@ -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
|
||||
::: moniker-end
|
||||
|
|
Loading…
Reference in New Issue