diff --git a/src/rust-2018/control-flow/index.md b/src/rust-2018/control-flow/index.md index a274d788..7ed71b0c 100644 --- a/src/rust-2018/control-flow/index.md +++ b/src/rust-2018/control-flow/index.md @@ -1,6 +1,6 @@ # Control flow -[async_await]: rust-2018/control-flow/async-await-for-easier-concurrency.html +[async_await]: async-await-for-easier-concurrency.html In this chapter of the guide, we discuss a few improvements to control flow. -The most notable of these *will* be [`async` and `await`][async_await]. \ No newline at end of file +The most notable of these *will* be [`async` and `await`][async_await].