From 192858f5033eec2251d61ce9bdaabf76295b482a Mon Sep 17 00:00:00 2001 From: Chris Nitsas Date: Mon, 2 May 2022 21:00:46 +0300 Subject: [PATCH] Fix link "bugs" in CONTRIBUTING.md The link used to point to [GitHub label "bugs"](https://github.com/backstage/backstage/labels/bugs) which doesn't exist. The [correct label is "bug"](https://github.com/backstage/backstage/labels/bug). Signed-off-by: Chris Nitsas --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca7af55d3b..eb60bc48e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ No one likes bugs. Report bugs as an issue [here](https://github.com/backstage/b ### Fix bugs or build new features -Look through the GitHub issues for [bugs](https://github.com/backstage/backstage/labels/bugs), [good first issues](https://github.com/backstage/backstage/labels/good%20first%20issue) or [help wanted](https://github.com/backstage/backstage/labels/help%20wanted). +Look through the GitHub issues for [bugs](https://github.com/backstage/backstage/labels/bug), [good first issues](https://github.com/backstage/backstage/labels/good%20first%20issue) or [help wanted](https://github.com/backstage/backstage/labels/help%20wanted). ### Build a plugin