From 169bf45e9f1b665ffb30974c2eb6eee68a56cdc1 Mon Sep 17 00:00:00 2001 From: Naman Acharya Date: Mon, 24 Mar 2025 20:47:17 +0530 Subject: [PATCH] Replace broken resource URL (#8365) * Replace broken resource URL with a better FreeCodeCamp article Replace broken resource URL with a better FreeCodeCamp article The previous resource URL was not found, so I replaced it with a more relevant article from FreeCodeCamp: https://www.freecodecamp.org/news/what-is-an-orm-the-meaning-of-object-relational-mapping-database-tools * Update src/data/roadmaps/php/content/object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md --------- Co-authored-by: Kamran Ahmed --- .../object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/php/content/object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md b/src/data/roadmaps/php/content/object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md index 86e855c56..f95add18e 100644 --- a/src/data/roadmaps/php/content/object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md +++ b/src/data/roadmaps/php/content/object-relational-mapping-orm@SeqGIfcLuveZ2z5ZSXcOd.md @@ -11,4 +11,4 @@ $entityManager->flush(); Visit the following resources to learn more: -- [@article@Object Relational Mapping (ORM)](https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/tutorials/getting-started.html) \ No newline at end of file +- [@article@What is an Object Relational Mapping (ORM)](https://stackoverflow.com/questions/1279613/what-is-an-orm-how-does-it-work-and-how-should-i-use-one#answer-1279678)