From c0dedd72b17aeebf1b94d2ec3aed53b35baf0f12 Mon Sep 17 00:00:00 2001 From: Thomas Bolon Date: Fri, 28 Feb 2020 17:06:13 +0100 Subject: [PATCH] fix blog link (#677) blog url migrated to devblogs.microsoft.com/devops/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47fc4167b2..bcdf60e1e8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome to the "MSTest V2" repository, the evolution of the Microsoft Test Frame - in the Create Unit Tests wizard (Visual Studio 2017 Preview 4 onwards) - in the Create IntelliTest wizard (Visual Studio 2017 Preview 4 onwards) -This is a fully supported, open source and cross-platform implementation of the MSTest test framework with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. You can read more about MSTest V2 [here](https://blogs.msdn.microsoft.com/visualstudioalm/2017/02/25/mstest-v2-now-and-ahead/). For API documentation refer [here](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting). +This is a fully supported, open source and cross-platform implementation of the MSTest test framework with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. You can read more about MSTest V2 [here](https://devblogs.microsoft.com/devops/mstest-v2-now-and-ahead/). For API documentation refer [here](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting). ### Build status