summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas <thomas@thomasbrigham.me>2020-02-22 21:00:58 -0800
committerGitHub <noreply@github.com>2020-02-22 21:00:58 -0800
commit4213b794611d706beb0ad244a1ad03086bb8a94d (patch)
tree08426faf2f21860a1a7944af83a03666feac1a51 /README.md
parent7b8ce356c31aa8887ba4aa84fbceb3d64114785c (diff)
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2444cee..400f0074 100644
--- a/README.md
+++ b/README.md
@@ -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