Merge pull request 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
src/dotnet/commands/dotnet-build
tools/DebianPackageTool

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();

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
{