about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-06-13 07:55:07 +0200
committerJakub Beránek <berykubik@gmail.com>2025-06-13 07:55:07 +0200
commitf6b64d153332b2f3d5f8e1116405f4f1d9beea4e (patch)
tree9f1e3008cab1c97673d5c42de3bbc758300a0d52
parenta30f16706a5d0f78a70264d62bb071a07c5c4c83 (diff)
downloadrust-f6b64d153332b2f3d5f8e1116405f4f1d9beea4e.tar.gz
rust-f6b64d153332b2f3d5f8e1116405f4f1d9beea4e.zip
Fix link to good first issues
-rw-r--r--src/tools/rust-analyzer/docs/book/src/contributing/README.md2
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.