diff --git a/docs/architecture/porting-existing-aspnet-apps/deployment-scenarios.md b/docs/architecture/porting-existing-aspnet-apps/deployment-scenarios.md index d48cd1e30c9d8..b301f6160474f 100644 --- a/docs/architecture/porting-existing-aspnet-apps/deployment-scenarios.md +++ b/docs/architecture/porting-existing-aspnet-apps/deployment-scenarios.md @@ -67,7 +67,7 @@ A common approach to porting large apps from .NET Framework to ASP.NET Core is t - [URL Rewrite module and Application Request Routing](/iis/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing) - [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite) - [ASP.NET Core Module](/aspnet/core/host-and-deploy/aspnet-core-module?preserve-view=true&view=aspnetcore-2.1) -- [Share authentication cookies among ASP.NET apps](/aspnet/core/host-and-deploy/iis/) +- [Share authentication cookies among ASP.NET apps](/aspnet/core/security/cookie-sharing) - [Samples used in this section](https://github.com/ardalis/MigrateDotNetWithIIS) >[!div class="step-by-step"]