fix: broken link in readme

This commit is contained in:
Aravinth Manivannan 2022-02-24 23:04:09 +05:30
parent 750ea1b644
commit 3818d91cd2
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Blocking vs Non-blocking file I/O
Blocking code is available in [blockin.rs](./src/blocking.rs] and
Blocking code is available in [blockin.rs](./src/blocking.rs) and
non-blocking in [async-tokio.rs](./src/async-tokio.rs).
Both programs read their respective source files and print it to