Skip to content

Commit 2f406f5

Browse files
authored
Links: AspNetCore (2020-10) (#20110)
1 parent 707cadd commit 2f406f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/data/ef-mvc/inheritance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This pattern of generating an entity inheritance structure from a single databas
4949
An alternative is to make the database look more like the inheritance structure. For example, you could have only the name fields in the Person table and have separate Instructor and Student tables with the date fields.
5050

5151
> [!WARNING]
52-
> Table Per Type (TPT) is not supported by EF Core 3.x, however it is has been implemented in [EF Core 5.0](https://docs.microsoft.com/ef/core/what-is-new/ef-core-5.0/plan).
52+
> Table Per Type (TPT) is not supported by EF Core 3.x, however it is has been implemented in [EF Core 5.0](/ef/core/what-is-new/ef-core-5.0/plan).
5353
5454
![Table-per-type inheritance](inheritance/_static/tpt.png)
5555

@@ -170,4 +170,4 @@ In this tutorial, you:
170170
Advance to the next tutorial to learn how to handle a variety of relatively advanced Entity Framework scenarios.
171171

172172
> [!div class="nextstepaction"]
173-
> [Next: Advanced topics](advanced.md)
173+
> [Next: Advanced topics](advanced.md)

aspnetcore/tutorials/signalr-blazor-webassembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ At the end of this tutorial, you'll have a working chat app.
4343
# [Visual Studio for Mac](#tab/visual-studio-mac)
4444

4545
<!-- * [Visual Studio for Mac version 8.8 or later (in preview)](https://visualstudio.microsoft.com/vs/mac/) -->
46-
* [Visual Studio for Mac version 8.8 or later (in preview)](https://docs.microsoft.com/visualstudio/releasenotes/vs2019-mac-preview-relnotes)
46+
* [Visual Studio for Mac version 8.8 or later (in preview)](/visualstudio/releasenotes/vs2019-mac-preview-relnotes)
4747
* [!INCLUDE [.NET Core 5.0 SDK](~/includes/5.0-SDK.md)]
4848

4949
# [.NET Core CLI](#tab/netcore-cli/)
@@ -368,4 +368,4 @@ To learn more about building Blazor apps, see the Blazor documentation:
368368
## Additional resources
369369

370370
* <xref:signalr/introduction>
371-
* [SignalR cross-origin negotiation for authentication](xref:blazor/fundamentals/additional-scenarios#signalr-cross-origin-negotiation-for-authentication)
371+
* [SignalR cross-origin negotiation for authentication](xref:blazor/fundamentals/additional-scenarios#signalr-cross-origin-negotiation-for-authentication)

0 commit comments

Comments
 (0)