diff --git a/abstract-factory/README.md b/abstract-factory/README.md index 1c1966739..25b63f7a2 100644 --- a/abstract-factory/README.md +++ b/abstract-factory/README.md @@ -142,7 +142,7 @@ Use the Abstract Factory pattern when * Dependency injection in java hides the service class dependencies that can lead to runtime errors that would have been caught at compile time. ## Tutorial -* [Abstract Factory Method Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java) +* [Abstract Factory Pattern Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java) ## Real world examples