aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-22 15:51:30 +0000
committerGitHub2021-06-22 15:51:30 +0000
commit39d59216e46b6a5f8d19e9a0020eeb9c332d7af1 (patch)
tree025a8fdef78fc2b29fa54e8fa6e12a0b96885084 /README.md
parent20f33ead67f5adf895e899945ea569e2c89a4d7f (diff)
Fix link to good first issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe0c38bc..888e0eac 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!")`)