From 60ccdc26cdbe7647d4969bb7807084313520c719 Mon Sep 17 00:00:00 2001 From: Olof Olsson Date: Mon, 27 Mar 2017 09:18:12 +0200 Subject: [PATCH] change link for up-for-grabs issues Proposed fix for #17533 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27689f469623..cbd4eb26af3a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Some of the best ways to contribute are to try things out, file bugs, and join i Want to get more familiar with what's going on in the code? * [Pull requests](https://github.com/dotnet/corefx/pulls): [Open](https://github.com/dotnet/corefx/pulls?q=is%3Aopen+is%3Apr)/[Closed](https://github.com/dotnet/corefx/pulls?q=is%3Apr+is%3Aclosed) -Looking for something to work on? The list of [up-for-grabs issues](https://github.com/dotnet/corefx/labels/up%20for%20grabs) is a great place to start. See some of our guides for more details: +Looking for something to work on? The list of [up-for-grabs issues](https://github.com/dotnet/corefx/labels/up-for-grabs) is a great place to start. See some of our guides for more details: * [Contributing Guide](Documentation/project-docs/contributing.md) * [Developer Guide](Documentation/project-docs/developer-guide.md)