From 39d59216e46b6a5f8d19e9a0020eeb9c332d7af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 23 Jun 2021 00:51:30 +0900 Subject: [PATCH] Fix link to good first issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0c38bc2..888e0eac3 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Contributors are very welcome! **No contribution is too small and all contributi Some suggestions to get started: -- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/good%20first%20issue) label on the issue tracker. +- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/E-easy) label on the issue tracker. - Help with packaging on various distributions needed! - To use print debugging to the `~/.cache/helix/helix.log` file, you must: * Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)