Skip to content

Commit 526ce2a

Browse files
authored
Fix issue query deadlink in getting-started.md
The link for finding issues leads to a 404. This adds the repo to the query in the url so the search works.
1 parent 12dcd69 commit 526ce2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For example:
9696
Not all important or beginner work has issue labels.
9797
See below for how to find work that isn't labelled.
9898

99-
[help-wanted-search]: https://github.com/issues?q=is%3Aopen%20is%3Aissue%20org%3Arust-lang%20no%3Aassignee%20label%3AE-easy%2CE-medium%2CE-help-wanted%2CE-mentor%20-label%3AS-blocked%20-linked%3Apr
99+
[help-wanted-search]: https://github.com/rust-lang/rust/issues?q=is%3Aopen%20is%3Aissue%20org%3Arust-lang%20no%3Aassignee%20label%3AE-easy%2CE-medium%2CE-help-wanted%2CE-mentor%20-label%3AS-blocked%20-linked%3Apr
100100
[Triage]: ./contributing.md#issue-triage
101101

102102
### Recurring work

0 commit comments

Comments
 (0)