From 7bfd3934f8f301fc4d53f7b1e28a28821f98e44a Mon Sep 17 00:00:00 2001 From: Arnav K Date: Sat, 8 Jul 2023 17:34:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20fix:=20broken=20link=20in=20road?= =?UTF-8?q?map=20cpp=20(#4181)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/roadmaps/cpp/content/100-introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/100-introduction/index.md b/src/data/roadmaps/cpp/content/100-introduction/index.md index 0520a409e..f47d3f93f 100644 --- a/src/data/roadmaps/cpp/content/100-introduction/index.md +++ b/src/data/roadmaps/cpp/content/100-introduction/index.md @@ -130,4 +130,4 @@ int main() { This basic introduction to C++ should provide you with a good foundation for further learning. Explore more topics such as classes, objects, inheritance, polymorphism, templates, and the Standard Template Library (STL) to deepen your understanding of C++ and start writing more advanced programs. - [LearnC++](https://www.learncpp.com/) -- [C++ Full Course by freeCodeCamp](https://www.youtube.com/watch?v=vlnpwxzdw4y) \ No newline at end of file +- [C++ Full Course by freeCodeCamp](https://youtu.be/vLnPwxZdW4Y)