diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-08-02 11:01:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 11:01:28 +0200 |
commit | 141f0038dbf7c47692e25b8c8a43e168540df05e (patch) | |
tree | 5cf9897231ec15ad63aba385c94dca39b72b3732 | |
parent | 535c762ff7d8303a20047ef5f5b4466c2b78e237 (diff) | |
download | rneovim-141f0038dbf7c47692e25b8c8a43e168540df05e.tar.gz rneovim-141f0038dbf7c47692e25b8c8a43e168540df05e.tar.bz2 rneovim-141f0038dbf7c47692e25b8c8a43e168540df05e.zip |
docs: fixed link to label "good-first-issue" (#15239)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bce0d23da4..366892b522 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ If you want to help but don't know where to start, here are some low-risk/isolated tasks: - [Merge a Vim patch]. -- Try a [good first issue](../../labels/good%20first%20issue) or [complexity:low] issue. +- Try a [good first issue](../../labels/good-first-issue) or [complexity:low] issue. - Fix bugs found by [Clang](#clang-scan-build), [PVS](#pvs-studio) or [Coverity](#coverity). |