aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNNB2021-11-21 22:16:26 +0000
committerGitHub2021-11-21 22:16:26 +0000
commit17249307656d716a56cb994b11add82468dd4753 (patch)
tree86fa01b4ab59ab2a64d1b0bacaae1eaba40e93ff /README.md
parent6a4d9693ba12feed5b6d6b1b34a4ff56cb9f9fd7 (diff)
Fix "good first issue" link (#1140)
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 faf5851e..3f4087b9 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,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/E-easy) label on the issue tracker.
+- You can look at the [good first issue](https://github.com/helix-editor/helix/issues?q=is%3Aopen+label%3AE-easy+label%3AE-good-first-issue) label on the issue tracker.
- Help with packaging on various distributions needed!
- To use print debugging to the [Helix log file](https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file), you must:
* Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)