Fixed broken links pointing to master branch

This commit is contained in:
Petr Onderka 2016-06-09 23:35:37 +02:00
parent 56ca4285f9
commit 90d32ab3de
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 "";
}
}
}
}

View file

@ -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"
}
}
```
```