From 178826683ca4afc9665d64d34edd3da208885741 Mon Sep 17 00:00:00 2001 From: JesusG16 <166076219+JesusG16@users.noreply.github.com> Date: Sat, 8 Jun 2024 03:59:42 -0500 Subject: [PATCH] Update resource link for OOP section (#5833) One of the links for the introduction to object oriented programming no longer leads to the site it used to but to an unrelated one, I found a link I think would be suitable for this. --- .../content/102-object-oriented-programming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/software-design-architecture/content/102-object-oriented-programming/index.md b/src/data/roadmaps/software-design-architecture/content/102-object-oriented-programming/index.md index 41b88321d..4c05d5f4f 100644 --- a/src/data/roadmaps/software-design-architecture/content/102-object-oriented-programming/index.md +++ b/src/data/roadmaps/software-design-architecture/content/102-object-oriented-programming/index.md @@ -4,5 +4,5 @@ Object-oriented programming (OOP) is a programming paradigm that is based on the Learn more from the following links: -- [@article@Discover Object Oriented Programming](https://blog.hubspot.com/website/object-oriented-programming) +- [@article@Discover Object Oriented Programming](https://opendsa.cs.vt.edu/ODSA/Books/Everything/html/IntroOO.html) - [@video@Software Development Tutorial - What is object-oriented language?s](https://www.youtube.com/watch?app=desktop&v=SS-9y0H3Si8)