diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-06-13 06:06:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 06:06:39 +0000 |
| commit | 647705e8801e593304710f0c4ec8a50029a758f7 (patch) | |
| tree | 9f1e3008cab1c97673d5c42de3bbc758300a0d52 | |
| parent | a30f16706a5d0f78a70264d62bb071a07c5c4c83 (diff) | |
| parent | f6b64d153332b2f3d5f8e1116405f4f1d9beea4e (diff) | |
| download | rust-647705e8801e593304710f0c4ec8a50029a758f7.tar.gz rust-647705e8801e593304710f0c4ec8a50029a758f7.zip | |
Merge pull request #19988 from Kobzol/fix-label-link
Fix link to good first issues
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/contributing/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/contributing/README.md b/src/tools/rust-analyzer/docs/book/src/contributing/README.md index 05286b54292..5f4a74eba28 100644 --- a/src/tools/rust-analyzer/docs/book/src/contributing/README.md +++ b/src/tools/rust-analyzer/docs/book/src/contributing/README.md @@ -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. |
