fixed docs links in READMEs

This commit is contained in:
Petr Onderka 2016-07-01 19:33:36 +02:00
parent 2aa07efa10
commit c6e42cfe7e
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