1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 12:43:59 +02:00

Fix broken URLs

This commit is contained in:
Kamran Ahmed
2023-02-10 17:55:18 +00:00
parent e0ead47fb1
commit 9d69477947
3 changed files with 2 additions and 3 deletions

View File

@@ -9,5 +9,4 @@ There are two types of abstraction:
Learn more from the following links:
- [What is Abstraction?](Abstraction)
- [Tutorial - Abstraction](https://www.youtube.com/watch?v=OF55HZPE7lQ)

View File

@@ -7,4 +7,4 @@ The identity map pattern is typically used in conjunction with an ORM (Object-Re
Learn more from the following links:
- [Overview of Identity map pattern](https://en.wikipedia.org/wiki/Identity_map_pattern)
- [Tutorial - Identity Map Design Pattern](youtube.com/watch?v=erDxkIyNudY)
- [Tutorial - Identity Map Design Pattern](https://youtube.com/watch?v=erDxkIyNudY)

View File

@@ -23,4 +23,4 @@ Learn more from the following resources:
- [Overview of Namespaces](https://www.typescriptlang.org/docs/handbook/namespaces.html)
- [Namespaces and Modules](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html)
- [TypeScript - Using Namespaces](typescriptlang.org/docs/handbook/namespaces-and-modules.html#using-namespaces)
- [TypeScript - Using Namespaces](https://typescriptlang.org/docs/handbook/namespaces-and-modules.html#using-namespaces)