Fix link for up-for-grabs issues (#10488)
authorOlof Olsson <borsna@users.noreply.github.com>
Tue, 28 Mar 2017 03:32:35 +0000 (05:32 +0200)
committerKarel Zikmund <karelz@users.noreply.github.com>
Tue, 28 Mar 2017 03:32:35 +0000 (20:32 -0700)
* Fix link for up-for-grabs issues

Documentation/project-docs/contributing-workflow.md
README.md

index 70423e5..d88e098 100644 (file)
@@ -6,7 +6,7 @@ You can contribute to .NET Core with issues and PRs. Simply filing issues for pr
 Getting Started
 ===============
 
-If you are looking at getting your feet wet with some simple (but still beneficial) changes, check out _up for grabs_ issues on the [CoreCLR](https://github.com/dotnet/coreclr/labels/up-for-grabs) and [CoreFX](https://github.com/dotnet/corefx/labels/up%20for%20grabs) repos. 
+If you are looking at getting your feet wet with some simple (but still beneficial) changes, check out _up for grabs_ issues on the [CoreCLR](https://github.com/dotnet/coreclr/labels/up-for-grabs) and [CoreFX](https://github.com/dotnet/corefx/labels/up-for-grabs) repos. 
 
 For new ideas, please always start with an issue before starting development of an implementation. See [project priorities](project-priorities.md) to understand the Microsoft team's approach to engagement on general improvements to the product. Use [CODE_OWNERS.TXT](https://github.com/dotnet/coreclr/blob/master/CODE_OWNERS.TXT) to find relevant maintainers and @ mention them to ask for feedback on your issue.
 
index 9d9bc8b..6683a16 100644 (file)
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ time to runt tests.  See [Running .NET Core Tests](Documentation/workflow/Runnin
 ## Contributing to Repository 
 
 Looking for something to work on? The list 
-of [up-for-grabs issues](https://github.com/dotnet/coreclr/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs) is a great place to start.
+of [up-for-grabs issues](https://github.com/dotnet/coreclr/labels/up-for-grabs) is a great place to start.
 
 Please read the following documents to get started.