From fe811a610dfc6bef9cb4f2721950a41788603feb Mon Sep 17 00:00:00 2001 From: James McMurray Date: Mon, 9 Aug 2021 11:32:53 +0200 Subject: [PATCH] Fix Bevy's Good First Issues link Bevy uses E-Good-First-Issue label now --- content/news/024/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/024/index.md b/content/news/024/index.md index 261717277..800021f99 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -745,7 +745,7 @@ discusses future improvements to the crate. [abstreet-issues]: https://github.com/a-b-street/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 [mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue [simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue -[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue +[bevy-issues]: https://github.com/bevyengine/bevy/labels/E-Good-First-Issue ------