Merge pull request #3760 from svick/broken-links

Fixed docs links in READMEs
This commit is contained in:
Eric Erhardt 2016-07-14 15:20:17 -05:00 committed by GitHub
commit 164244f4df
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ Depending on the type of portable app, the resulting directory will contain the
dependency.
2. **Self-contained application** - same as above plus the entire runtime for the targeted platform.
The above types are covered in more details in the [types of portable applications](https://dotnet.github.io/docs/core-concepts/app-types.html) topic.
The above types are covered in more details in the [types of portable applications](https://docs.microsoft.com/en-us/dotnet/articles/core/app-types) topic.
## OPTIONS

View file

@ -30,7 +30,7 @@ The `dotnet run` command must be used in the context of projects, not built asse
`dotnet myapp.dll`
For more information about the `dotnet` driver, see the [.NET Core Command Line Tools (CLI)](https://dotnet.github.io/docs/core-concepts/core-sdk/cli/overview.html) topic.
For more information about the `dotnet` driver, see the [.NET Core Command Line Tools (CLI)](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/index) topic.
## OPTIONS