Fix link to good first issues

This commit is contained in:
Jakub Beránek 2025-06-13 07:55:07 +02:00
parent 87f99c7dbd
commit 4ed107fbc9
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -30,7 +30,7 @@ Discussion happens in this Zulip stream:
# Issue Labels
* [good-first-issue](https://github.com/rust-lang/rust-analyzer/labels/good%20first%20issue)
* [good-first-issue](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
are good issues to get into the project.
* [E-has-instructions](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-has-instructions)
issues have links to the code in question and tests.