From c70c796368d1a7a2cf119fa6f1a3db0f46df3cbe Mon Sep 17 00:00:00 2001 From: Kexy Biscuit <kexybiscuit@outlook.com> Date: Thu, 14 Feb 2019 12:41:09 +0800 Subject: [PATCH 1/3] Update .NET Core SDK link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c82db08a52..75ad80806e6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ## Getting started -* [.NET Core 3.0 SDK Preview 2](https://www.microsoft.com/net/download) +* [.NET Core SDK 3.0 Preview 2](https://dotnet.microsoft.com/download/dotnet-core/3.0) * [Getting started instructions](Documentation/getting-started.md) * [Contributing guide](Documentation/contributing.md) From 6cb70fe88eb8d0dbbffd4b7bae4eb408a08ff531 Mon Sep 17 00:00:00 2001 From: Kexy Biscuit <kexybiscuit@outlook.com> Date: Fri, 15 Feb 2019 09:31:22 +0800 Subject: [PATCH 2/3] Remove preview moniker from link text. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ad80806e6..f5404a9451a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ## Getting started -* [.NET Core SDK 3.0 Preview 2](https://dotnet.microsoft.com/download/dotnet-core/3.0) +* [.NET Core SDK 3.0 Preview](https://dotnet.microsoft.com/download/dotnet-core/3.0) * [Getting started instructions](Documentation/getting-started.md) * [Contributing guide](Documentation/contributing.md) From d0b8a475a75f16c39e4a00c861ebcfd3dc95005e Mon Sep 17 00:00:00 2001 From: Kexy Biscuit <kexybiscuit@outlook.com> Date: Fri, 15 Feb 2019 11:22:49 +0800 Subject: [PATCH 3/3] Update the link text. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5404a9451a..0d4f7d1946d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ## Getting started -* [.NET Core SDK 3.0 Preview](https://dotnet.microsoft.com/download/dotnet-core/3.0) +* [.NET Core 3.0 SDK Preview](https://dotnet.microsoft.com/download/dotnet-core/3.0) * [Getting started instructions](Documentation/getting-started.md) * [Contributing guide](Documentation/contributing.md)