Merge pull request #3472 from svick/master-branch-links

Fixed broken links pointing to master branch
This commit is contained in:
Eric Erhardt 2016-06-17 14:35:30 -05:00 committed by GitHub
commit 04f40f906d
2 changed files with 4 additions and 5 deletions

View file

@ -63,8 +63,7 @@ namespace Microsoft.DotNet.Tools.Build
log.Append(
"Incremental compilation will be automatically enabled if the above mentioned project properties are not used. " +
"For more information on the properties and how to address them, please consult:\n" +
@"https://aka.ms/dotnet-build");
"For more information on the properties and how to address them, please consult https://aka.ms/dotnet-build.");
log.AppendLine();
log.AppendLine();
@ -82,4 +81,4 @@ namespace Microsoft.DotNet.Tools.Build
return "";
}
}
}
}