From 424f1d061a6fad9738dcea261befab28f2c604bb Mon Sep 17 00:00:00 2001 From: Sanchay Joshi Date: Fri, 10 May 2024 02:16:58 +0530 Subject: [PATCH] Update 101-why-rust.md Unnecessary tabs makes markdown render them as "code" instead of links --- .../roadmaps/rust/content/100-introduction/101-why-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md b/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md index f952d8859..789b4d920 100644 --- a/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md +++ b/src/data/roadmaps/rust/content/100-introduction/101-why-rust.md @@ -2,5 +2,5 @@ Rust is a systems programming language that aims to provide memory safety, concurrency, and performance with a focus on zero cost abstractions. It was originally created by Graydon Hoare at Mozilla Research, with contributions from Brendan Eich, the creator of JavaScript. Rust is appreciated for the solutions it provides to common programming language issues. Its emphasis on safety and speed, the support for concurrent programming, along with a robust type system are just a few reasons why developers choose Rust. - - [Convince your boss to use Rust](https://www.youtube.com/playlist?list=PLZaoyhMXgBzqkaLKR8HHWZaASMvW4gRtZ) - - [Rust in 100 seconds](https://www.youtube.com/watch?v=5C_HPTJg5ek&pp=ygUNcnVzdCBmaXJlYmFzZQ%3D%3D) +- [Convince your boss to use Rust](https://www.youtube.com/playlist?list=PLZaoyhMXgBzqkaLKR8HHWZaASMvW4gRtZ) +- [Rust in 100 seconds](https://www.youtube.com/watch?v=5C_HPTJg5ek&pp=ygUNcnVzdCBmaXJlYmFzZQ%3D%3D)