From 7bb6014fad62598c52592bd40f61607e8f184d37 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Sun, 21 Apr 2024 01:24:39 +1000 Subject: [PATCH] Update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb357a2ad6d..53dbeb2d972 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Microsoft Build Engine is a platform for building applications. This engine, also known as MSBuild, provides an XML schema for a project file that controls how the build platform processes and builds software. Visual Studio uses MSBuild, but MSBuild can run without Visual Studio. By invoking msbuild.exe on your project or solution file, you can orchestrate and build products in environments where Visual Studio isn't installed. -For more information on MSBuild, see the [MSBuild documentation](https://docs.microsoft.com/visualstudio/msbuild/msbuild) on docs.microsoft.com. +For more information on MSBuild, see the [MSBuild documentation](https://learn.microsoft.com/visualstudio/msbuild/msbuild) on learn.microsoft.com. The [changelog](documentation/Changelog.md) has detailed information about changes made in different releases.