From dc9d9229e18e368ed140887b4045a8832b8acd51 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Wed, 11 Nov 2015 10:19:00 -0800 Subject: [PATCH] Update README.md Fix links to the .NET Core site --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5beaa19f82..77d856602c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The core repository is the starting point to engage in and learn about the ## Get Started If you're new to .NET Core and have 10 minutes to try it, start here: -- [What is .NET Core?](http://dotnet.github.io/core/about/) -- [Get Started with .NET Core on Windows, OSX and Linux](http://dotnet.github.io/core/getting-started/) +- [What is .NET Core?](http://dotnet.github.io/about/) +- [Get Started with .NET Core on Windows, OSX and Linux](http://dotnet.github.io/getting-started/) If you have some more time and want to go deeper: - [Install ASP.NET 5 on Windows, OSX and Linux](https://github.com/aspnet/home)