diff --git a/TODO.md b/TODO.md index 9736158..ea11fbc 100644 --- a/TODO.md +++ b/TODO.md @@ -5,7 +5,7 @@ # Rust -* Use [bytes](https://carllerche.github.io/bytes/bytes/index.html) instead of `Vec` when possible +* Use [bytes](https://docs.rs/bytes/latest/bytes/) instead of `Vec` when possible * Use generators instead of vectors * Use proper HTTP parser for JSONRPC replies over persistent connection