From 5305e6ba1ba5f6e52f640fcd88c98fb1e3a09932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 8 Nov 2014 22:38:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d3cec4e..4ce8d3ce4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ##Abstract Factory **Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes. -![alt text](https://github.com/llitfkitfk/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory") +![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory") **Applicability:** Use the Abstract Factory pattern when * a system should be independent of how its products are created, composed and represented