Skip to content

Commit 5305e6b

Browse files
committed
Update README.md
1 parent 862fd39 commit 5305e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
##Abstract Factory
1010
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
1111

12-
![alt text](https://github.com/llitfkitfk/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory")
12+
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory")
1313

1414
**Applicability:** Use the Abstract Factory pattern when
1515
* a system should be independent of how its products are created, composed and represented

0 commit comments

Comments
 (0)