tokio: fix broken contributing guide link (#2267)

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
This commit is contained in:
Thomas
2020-02-22 21:00:58 -08:00
committed by GitHub
parent 7b8ce356c3
commit 4213b79461
+1 -1
View File
@@ -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