From f2a70953ea11e061c8ed4205d98fe05cd56c74ba Mon Sep 17 00:00:00 2001 From: sgtfrankieboy Date: Fri, 16 Jan 2015 17:21:38 +0100 Subject: [PATCH] Changed Roslyn link from CodePlex to GitHub Noticed that this file hasn't been updated with the move of Roslyn to GitHub. Is there a reason why the `How to Contribute` page hasn't been moved over from CodePlex? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdbc682ad2..a36bab8b2d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ managed compilers, the runtime, the BCL and the application model, such as ASP.NET. * [.NET Core Framework](https://github.com/dotnet/corefx) -* [.NET Compiler Platform ("Roslyn")](https://roslyn.codeplex.com) +* [.NET Compiler Platform ("Roslyn")](https://github.com/dotnet/roslyn) * [ASP.NET 5](https://github.com/aspnet/home) At present, only a few .NET Core libraries are available on GitHub. The rest of @@ -79,4 +79,4 @@ ASP.NET that is designed for the cloud, and runs on Windows, Linux and Mac. It uses the .NET Framework to run on Windows, and can also run on .NET Core for greater deployment flexibility on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core for those platforms when they are -supported. \ No newline at end of file +supported.