From 90d32ab3ded12072b3ba7a1c8f3162557df55734 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Thu, 9 Jun 2016 23:35:37 +0200 Subject: [PATCH] Fixed broken links pointing to master branch --- src/dotnet/commands/dotnet-build/IncrementalPreconditions.cs | 5 ++--- tools/DebianPackageTool/README.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/dotnet/commands/dotnet-build/IncrementalPreconditions.cs b/src/dotnet/commands/dotnet-build/IncrementalPreconditions.cs index ffb57306e..64af10cf2 100644 --- a/src/dotnet/commands/dotnet-build/IncrementalPreconditions.cs +++ b/src/dotnet/commands/dotnet-build/IncrementalPreconditions.cs @@ -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 ""; } } -} \ No newline at end of file +} diff --git a/tools/DebianPackageTool/README.md b/tools/DebianPackageTool/README.md index 32b7443c0..e5f515de7 100644 --- a/tools/DebianPackageTool/README.md +++ b/tools/DebianPackageTool/README.md @@ -42,7 +42,7 @@ directory structure with your desired files to be included. Note: The default install root is `/usr/share/{package_name}` where package_name is replaced with the name of the created package ## full example debian_config.json -Note: Use the commentless version here (https://github.com/dotnet/cli/blob/master/packaging/debian/package_tool/example_config.json) +Note: Use the commentless version [here](example_config.json). ```json { @@ -84,4 +84,4 @@ Note: Use the commentless version here (https://github.com/dotnet/cli/blob/maste "path_relative_to_package_root/test_exe.sh" : "usr/bin/test_exe.sh" } } -``` \ No newline at end of file +```