rust-lang/async-book

wrong link in 01_getting_started/03_state_of_async_rust.md

huangjj27 opened this issue · 0 comments

In the first paragraph, there is a list, its item 4 says:

Execution of async code, IO and task spawning are provided by "async runtimes", such as Tokio and async-std. Most async applications, and some async crates, depend on a specific runtime. See "The Async Ecosystem" section for more details.

I think the link of "The Async Ecosystem" should refer to ../08_ecosystem/00_chapter.md