summaryrefslogtreecommitdiffstats
path: root/tokio-current-thread
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-03-01 18:31:59 -0500
committerCarl Lerche <me@carllerche.com>2019-03-01 15:31:59 -0800
commitdb4019d84a67340f5198d88c311ca0f1c2aa2459 (patch)
treef8f70906fcdcffcf4764ddbbcec6e80ad7952ff3 /tokio-current-thread
parent195c4b04963742ecfff202ee9d0b72cc923aee81 (diff)
trace: Fix tokio-trace documentation url in the README (#939)
Diffstat (limited to 'tokio-current-thread')
-rw-r--r--tokio-current-thread/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-current-thread/README.md b/tokio-current-thread/README.md
index eb60e7d8..341c8c33 100644
--- a/tokio-current-thread/README.md
+++ b/tokio-current-thread/README.md
@@ -2,7 +2,7 @@
Single threaded executor for Tokio.
-[Documentation](https://tokio-rs.github.io/tokio/tokio_current_thread/)
+[Documentation](https://docs.rs/tokio-current-thread/0.1.4/tokio_current_thread/)
## Overview