From 70c94aedb2c67aa7fc0bd736033c7edf83a39b9e Mon Sep 17 00:00:00 2001 From: Rachel Appel Date: Thu, 26 Apr 2018 13:55:14 -0400 Subject: [PATCH] quick fix link (#6093) --- aspnetcore/signalr/publish-to-azure-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/signalr/publish-to-azure-web-app.md b/aspnetcore/signalr/publish-to-azure-web-app.md index a176ea929c..954dde811c 100644 --- a/aspnetcore/signalr/publish-to-azure-web-app.md +++ b/aspnetcore/signalr/publish-to-azure-web-app.md @@ -45,7 +45,7 @@ Visual Studio completes the following tasks: Notice the format of the URL for the app is *{app name}.azurewebsites.net*. For example, an app named `SignalRChattR` has a URL that looks like `https://signalrchattr.azurewebsites.net`. -If an HTTP 502.2 error occurs, see [Deploy ASP.NET Core preview release to Azure App Service](xref:host-and-deploy/azure-apps/index?view=aspnetcore-2.1#site-x) to resolve it. +If an HTTP 502.2 error occurs, see [Deploy ASP.NET Core preview release to Azure App Service](xref:host-and-deploy/azure-apps/index) to resolve it. ## Configure SignalR web app