From c7a3e71a6fa549381c3c1ba33268fad174bb977e Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Tue, 25 Nov 2014 09:44:33 +0300 Subject: [PATCH] Fix link to dotnet-projects.md Was broken by 703996f --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 048d5b4..2bc835b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ open source projects from [Microsoft](http://microsoft.github.io) and the [.NET ## Finding .NET Open Source Projects -There are many [open source .NET projects](dotnet-projects.md). Check out the [list of projects](dotnet-projects.md) the community maintains. Please find one to engage in or add one. There's certainly one out there that could use your help. +There are many [open source .NET projects](dotnet-developer-projects.md). Check out the [list of projects](dotnet-developer-projects.md) the community maintains. Please find one to engage in or add one. There's certainly one out there that could use your help. There are several projects from Microsoft on GitHub and CodePlex, including: @@ -56,4 +56,4 @@ An important collaboration opportunity is making .NET Core NuGet packages (produ ASP.NET 5 is a new cross-platform version of 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 5 for greater deployment flexibility on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core 5 for those platforms when they are supported. -[ASP.NET 5](https://github.com/aspnet/home) and [.NET Core 5](https://github.com/dotnet/corefx) libraries are open source on GitHub. At present, only a few .NET Core 5 libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months. \ No newline at end of file +[ASP.NET 5](https://github.com/aspnet/home) and [.NET Core 5](https://github.com/dotnet/corefx) libraries are open source on GitHub. At present, only a few .NET Core 5 libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.