From b47e5bfbdf8cf7fa8412b83436e17c609925120f Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 28 May 2020 14:28:23 -0700 Subject: [PATCH] Update docs links (#387) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6054ef0..7613a79 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A list of Frequently Asked Questions about this repository can be found [here](h This reference application is meant to support the free .PDF download ebook: [Architecting Modern Web Applications with ASP.NET Core and Azure](https://aka.ms/webappebook), updated to **ASP.NET Core 3.1**. [Also available in ePub/mobi formats](https://dotnet.microsoft.com/learn/web/aspnet-architecture). You can also read the book in online pages at the .NET docs here: -https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/ +https://docs.microsoft.com/dotnet/architecture/modern-web-apps-azure/ [](https://dotnet.microsoft.com/learn/web/aspnet-architecture) @@ -60,7 +60,8 @@ You can also run the samples in Docker (see below). ``` 1. Ensure your connection strings in `appsettings.json` point to a local SQL Server instance. -1. Ensure the tool EF was already installed. You can find some help [here](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet) +1. Ensure the tool EF was already installed. You can find some help [here](https://docs.microsoft.com/ef/core/miscellaneous/cli/dotnet) + ``` dotnet tool install --global dotnet-ef ```