summaryrefslogtreecommitdiff
path: root/crates/tor-proto/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto/README.md')
-rw-r--r--crates/tor-proto/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-proto/README.md b/crates/tor-proto/README.md
index 937af1427..644ea0a0d 100644
--- a/crates/tor-proto/README.md
+++ b/crates/tor-proto/README.md
@@ -26,7 +26,7 @@ circuits. Finally, each circuit multiplexes a number of "streams",
each corresponding roughly to an application-level request.
This crate implements the logic, protocols, and cryptography that
-implement these [`channel::Channel`]s, [`circuit::ClientCirc`]s, and
+implement these [`channel::Channel`]s, [`client::circuit::ClientCirc`]s, and
[`client::stream::DataStream`]s. It uses rust async code and
future-related traits, and is intended to work with (nearly) any
executor implementation that complies with the futures API.