Skip to content

Commit b17dcb0

Browse files
committed
Remove loop between async and chat backend
1 parent c762dc0 commit b17dcb0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sections/02_rust_project_concepts/02_rust_async/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ async works, and there are some great resources to help you dive further in.
462462
Check out the [Rust Async Book](https://rust-lang.github.io/async-book/) and the
463463
[Tokio Tutorial](https://tokio.rs/tokio/tutorial).
464464

465-
You can also check out some projects to guide you through async. Try clicking
466-
the "Next" button at the bottom of the page, or click
467-
[here to check out the chat app backend project](https://cratecode.com/lesson/rust-chat-app-backend/k9lvm27fq1/xa3l5ahj5w).
465+
You can also check out some projects to guide you through async.
466+
[Click here to check out the chat app backend project](https://cratecode.com/lesson/rust-chat-app-backend/k9lvm27fq1/xa3l5ahj5w).
468467
Happy coding!

sections/02_rust_project_concepts/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"next": []
1010
},
1111
"les_rust_async": {
12-
"next": ["les_rust_chat_app_backend"]
12+
"next": []
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)