From e780e6e1016386f6c7a7516ab5cf8d135d91b4bc Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 10 Dec 2018 12:35:40 -0600 Subject: [PATCH] Change Browser Link link (#9933) --- aspnetcore/migration/proper-to-2x/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/migration/proper-to-2x/index.md b/aspnetcore/migration/proper-to-2x/index.md index dfefb3b2e9..e54c4de2d2 100644 --- a/aspnetcore/migration/proper-to-2x/index.md +++ b/aspnetcore/migration/proper-to-2x/index.md @@ -3,7 +3,7 @@ title: Migrate from ASP.NET to ASP.NET Core author: isaac2004 description: Receive guidance for migrating existing ASP.NET MVC or Web API apps to ASP.NET Core.web ms.author: scaddie -ms.date: 08/27/2017 +ms.date: 12/10/2018 uid: migration/proper-to-2x/index --- # Migrate from ASP.NET to ASP.NET Core @@ -60,7 +60,7 @@ ASP.NET Core uses a similar approach, but doesn't rely on OWIN to handle the ent `Startup` must include a `Configure` method. In `Configure`, add the necessary middleware to the pipeline. In the following example (from the default web site template), several extension methods are used to configure the pipeline with support for: -* [BrowserLink](http://vswebessentials.com/features/browserlink) +* [Browser Link](xref:client-side/using-browserlink) * Error pages * Static files * ASP.NET Core MVC