From e2f53c3765106eba1cfabaf2cde740fecd4e6dc2 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Tue, 22 Dec 2020 00:05:00 -0800 Subject: [PATCH] Minor fix in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3f89c09..7a3927d 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ buffering, therefore `AccReader` also provides `std::io::BufRead` interface, tho method does not use this buffering. If/when specialization gets available in Rust, this could change. -See [`AccReader`](http://docs.rs/acc_reader/struct.AccReader.html) documentation +See [`AccReader`](http://docs.rs/acc_reader/latest/acc_reader/struct.AccReader.html) documentation for more information and examples. ## Usage