diff --git a/develop-docs/engineering-practices/rust.mdx b/develop-docs/engineering-practices/rust.mdx index aa1cae45b40fbf..b15faa9ce27c77 100644 --- a/develop-docs/engineering-practices/rust.mdx +++ b/develop-docs/engineering-practices/rust.mdx @@ -7,7 +7,7 @@ sidebar_order: 40 ## Getting Started - A quick introduction into the Syntax for first-timers: - [A half-hour to learn Rust](https://fasterthanli.me/blog/2020/a-half-hour-to-learn-rust/) + [A half-hour to learn Rust](https://fasterthanli.me/articles/a-half-hour-to-learn-rust) - The Rust Book, comprehensively documenting the language: [The Rust Programming Language](https://doc.rust-lang.org/book/) - [The Async Book](https://rust-lang.github.io/async-book/)