From 79402657cbc9167599440793afa02e0a36543077 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 28 Mar 2017 00:05:22 -0700 Subject: [PATCH] Fix up-for-grabs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d577b466c8..2be492753e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repo contains the .NET Core runtime optimized for AOT compilation ## How to Engage, Contribute and Provide Feedback Some of the best ways to contribute are to try things out, file bugs, and join in design conversations. -Looking for something to work on? The [_up for grabs_](https://github.com/dotnet/corert/labels/UpForGrabs) issues are a great place to start or take a look at our [documentation](Documentation). +Looking for something to work on? The [_up for grabs_](https://github.com/dotnet/corert/labels/up-for-grabs) issues are a great place to start or take a look at our [documentation](Documentation). This project follows the [.NET Core Contribution Guidelines](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md).