Skip to content

Commit

Permalink
tokio: fix broken contributing guide link (#2267)
Browse files Browse the repository at this point in the history
The link to the contributing guide in the tokio sub crate was
referencing a non-existent file. This updates the link to reference
the repo root's CONTRIBUTING.md file.

Fixes: #2266
  • Loading branch information
tkbrigham authored Feb 23, 2020
1 parent 7b8ce35 commit 4213b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ question. Last, if that doesn't work, try opening an [issue] with the question.
you! We have a [contributing guide][guide] to help you get involved in the Tokio
project.

[guide]: CONTRIBUTING.md
[guide]: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md

## Related Projects

Expand Down

0 comments on commit 4213b79

Please sign in to comment.