From c6e42cfe7e7809ec15b0e65b65db3fd899b0b8ec Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Fri, 1 Jul 2016 19:33:36 +0200 Subject: [PATCH] fixed docs links in READMEs --- src/dotnet/commands/dotnet-publish/README.md | 2 +- src/dotnet/commands/dotnet-run/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-publish/README.md b/src/dotnet/commands/dotnet-publish/README.md index 8876f2adf..c61a8cb4b 100644 --- a/src/dotnet/commands/dotnet-publish/README.md +++ b/src/dotnet/commands/dotnet-publish/README.md @@ -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 diff --git a/src/dotnet/commands/dotnet-run/README.md b/src/dotnet/commands/dotnet-run/README.md index 39ccd744b..7e6583597 100644 --- a/src/dotnet/commands/dotnet-run/README.md +++ b/src/dotnet/commands/dotnet-run/README.md @@ -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