From 748bf593468bc0191f7e28ef9ca77aaa6006978e Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Wed, 14 Jul 2021 18:02:14 -0500 Subject: [PATCH] Fix URL for nonexistent label (#20940) * Fix URL for nonexistent label * Fix second URL originally missed --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4354c2e80b037..ab5bd86975218 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ Team members will be happy to help review specs and guide them to completion. ### Help Wanted -Once the team have approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/winget-pkgs/labels/Help%20Wanted). +Once the team have approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/winget-pkgs/labels/Help-Wanted). --- @@ -139,4 +139,4 @@ Once your code has been reviewed and approved by the requisite number of team me ## Thank you -Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/winget-pkgs/labels/Help%20Wanted)? 😜 +Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/winget-pkgs/labels/Help-Wanted)? 😜